Password validation
The SPSS_PasswordRegEx property defines a regular expression that will be used for validating users' passwords. If this property is not defined, the following expression is used:
"^[\p{L}\p{Mn}\p{N}\p{S}\p{P}\p{Zs}]+$"
This allows passwords to be any combination of the following:
▪Any letter in upper or lower case in any language, with or without an accent.
▪Any digit.
▪Any symbol.
▪Any punctuation mark.
▪Any invisible white-space character.
For information on how to write regular expressions of this type, see:
Password guidelines
▪Must be eight characters in length.
▪Must contain a mix of alphanumeric and non-alphanumeric characters (punctuation or special characters), or a combination of at least two types of non-alphanumeric characters.
▪Cannot contain user ID information (default setting).
▪Must be changed every 90 days (default setting).
▪Can only be changed once every 24 hours (default setting).
▪Cannot be reused for at least eight password intervals (default setting).
▪The user must change their password at next login when the password is reset, or when the user in imported into UNICOM Intelligence Interviewer - Server Admin.
Note If you set or change this property in the User Administration Web.config file, you should make the same change in the files for UNICOM Intelligence Interviewer - Server Admin and the Login component, and vice versa.
See also