I am using DNN 7.2.1, on the login page I click the Reset Password button, enter my user name and receive the reset password token email. Clicking the link takes me to the password reset page. Everything is normal to this point. I get a message if passwords don't match, but if I use a password that doesn't meet password requirements I get the grey updating circle and then I am taken to the the login page. I am not logged in and my password hasn't been changed. It should rather give me the invalid password message. Event viewer shows the error, but I'm not getting the user friendly message. Is this a known issue?
AssemblyVersion:7.2.1
PortalID:0
PortalName:xxx
UserID:-1
UserName:
ActiveTabID:36
ActiveTabName:Home
RawURL:/portal/default.aspx?ctl=PasswordReset&resetToken=dcbed45d-dee1-4635-b285-392da1ec3620
AbsoluteURL:/portal/default.aspx
AbsoluteURLReferrer:http://portal.xxx.com/portal/default.aspx?ctl=PasswordReset&resetToken=dcbed45d-dee1-4635-b285-392da1ec3620
UserAgent:Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MDDR; MS-RTC LM 8; .NET4.0C; .NET4.0E)
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:4e11f99c-5bf3-4f49-98d1-5e0e19fe7287
InnerException:Invalid Password
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:DotNetNuke.Entities.Users.UserController.ChangePasswordByToken
StackTrace:
Message:
DotNetNuke.Services.Exceptions.PageLoadException: Invalid Password ---> System.Exception: Invalid Password at DotNetNuke.Entities.Users.UserController.ChangePasswordByToken(Int32 portalid, String username, String newPassword, String resetToken) at DotNetNuke.Modules.Admin.Security.PasswordReset.cmdChangePassword_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---