Password validation rules
-
I have a question pertaining to password, validation and symbols. Where can I find a list of symbols that are allowed for use in the password field when registering?
-
Our validation takes in inverse approach. The setting is actually to require a non-alphanumeric character. So any character that is not alphabetic, or a digit, will satisfy this requirement.
There is not a fixed set of symbols as this would reduce the password entropy, which is generally a bad idea.