Mountain View 1600, CA 94043
+1 650-253-0000
name@example.com
Web
Site
Search
Register
Login
DNN Home
Services
-
DotNetNuke Support
-
CRM Systems
DNN
-
DotNetNuke Modules
-
Module Downloads
-
Module Upgrade Policy
DNN Support
-
Module Update News
-
Knowledge Base
-
License Management
-
Invoice History
Module Downloads
Blog
Store
Contact Us
-
About Us
Search
Home
1
2
3
4
5
Home
Support
Advance Login M...
User with Update Password set yet Password Retrieval disabled in web.config
Previous
Next
1/29/2014 7:23 PM
Ryan Moore
Joined: 4/21/2010
Posts: 17
User with Update Password set yet Password Retrieval disabled in web.config
(United States)
IF you have a website web.config where you have password retrieval as false, like this
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider"
connectionStringName="SiteSqlServer"
enablePasswordRetrieval="false"
enablePasswordReset="true"
AND you have a user who's account has been set to "update password" so that on next login they much set a new password for their account,
currently the advanced login module displays an error message when the user enters their new password/confirm new password and then submits the form:
"Password Retrieval is not enabled"
this seems like an unintended error. If the user is set to reset their password on next login, the core login module accepts/handles this and allows the user to set their new password.
Can you check into this for Advanced Login?
1/29/2014 7:50 PM
DNN Module Support
Joined: 8/28/2006
Posts: 2065
Re: User with Update Password set yet Password Retrieval disabled in web.config
(Australia)
Will look into it.
Page 1 of 1
Previous
Next
Home
Support
Advance Login M...
User with Update Password set yet Password Retrieval disabled in web.config