Hi,
I am having issues in DNN7 RESET Password, it does not display any error message when user tries to enter invalid password( not complex enough according to requirements) and it just refrshes the page. How can I show user error message that password is not meeting minimum requirements. I have looked in PasswordReset.ascx.cs and it seems like UserLoginStatus.LOGIN_FAILURE returns validity which may be inherited from UserModuleBase, but I could not figure out, how I can show the message when user enters invalid password.