Dear DNN community
I just recently installed DNN 7.2.2 and created my own website, but unfortunately the reset password token is not working. When I try the password reset link, after entering my username, I get this message: "Error as occur when defining the password, password has not been changed." Is this an issue with my site, or the DNN platform?
Environment Details:
Os: Windows server 2008 r2.
DNN versio: 7.2.2 (303).
Sql version: SQL server 2008 r2.
Event viewer shows "Password Sent Failure".
Email template token:
"http://[Portal:URL]/default.aspx?ctl=PasswordReset&resetToken=[Membership:PasswordResetToken]"
WebConfig (authentication) :
<add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="SiteSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="0" requiresUniqueEmail="true" passwordFormat="Hashed" applicationName="DotNetNuke" description="Stores and retrieves membership data from the local Microsoft SQL Server database" />
I have already read this two tickets (they didn't resolve my problem) :
"https://dnntracker.atlassian.net/browse/DNN-4241"
"https://dnntracker.atlassian.net/browse/DNN-4787"