In the web.config i have changed the settings to
minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="7"
How can I change the error message below to something a bit easier to read.
Password length minimum: 7. Non-alphanumeric characters required: 0.
thanks.
minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="7"
How can I change the error message below to something a bit easier to read.
Password length minimum: 7. Non-alphanumeric characters required: 0.
thanks.