Link to home
Start Free TrialLog in
Avatar of jnrmiller
jnrmiller

asked on

DNN 6.0 Retrieve Password option is currently unavailable

I have a brand new installation of DNN 6.0. I created one "normal" user using the Register feature on my home page. When I tried to test the password retrieval feature, I consistently receive this message:
 Retrieve Password option is currently unavailable.
What have I missed? I am new to DNN, but I have looked at all of the settings I can think of. Thanks!
Avatar of jnrmiller
jnrmiller

ASKER

Please help! I really need an answer to this. My web.config file seems to be set up to allow password retrieval. (see below).
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="true" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="true" passwordFormat="Encrypted" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database" />
      </providers>
    </membership>
ASKER CERTIFIED SOLUTION
Avatar of jnrmiller
jnrmiller

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am closing this because I discovered the solution to the problem.