How to Customize Umbraco's Password Reset Error Messages?
I have changed the settings for the minimum password requirements by altering the settings in the web.config. For example, I changed minRequiredPasswordLength to 12. Now, when I enter an invalid password, it shows these error messages:
One sentence is correct, but the other is not entirely correct. That is, I changed minRequiredNonalphanumericCharacters to 2. Because of that, the second sentence should read:
Passwords must have at least two non letter or digit characters.
It seems that this message doesn't use Umbraco's normal localization technique, otherwise I'd just enter a translation for that message. Is there some other way of changing this message?
How to Customize Umbraco's Password Reset Error Messages?
I have changed the settings for the minimum password requirements by altering the settings in the web.config. For example, I changed
minRequiredPasswordLength
to 12. Now, when I enter an invalid password, it shows these error messages:One sentence is correct, but the other is not entirely correct. That is, I changed
minRequiredNonalphanumericCharacters
to 2. Because of that, the second sentence should read:It seems that this message doesn't use Umbraco's normal localization technique, otherwise I'd just enter a translation for that message. Is there some other way of changing this message?
Umbraco 7.5.6.
is working on a reply...