Developer Documentation Library > Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Activity configuration files > Web configuration files > Settings for UNICOM Intelligence Interviewer - Server Admin
 
Settings for UNICOM Intelligence Interviewer - Server Admin
The Web.config file for the UNICOM Intelligence Interviewer - Server Admin application is in:
c:\InetPub\wwwroot\SPSSMR\UNICOM Intelligence Interviewer - Server Admin
It defines settings that apply just to UNICOM Intelligence Interviewer - Server Admin itself, not to any of the activities that run inside it. These settings control the following:
password validation
validation of folder names in the project list
UNICOM Intelligence Interviewer - Server Admin load balancing
See
Password validation
See also
Web configuration files
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, for example:
http://www.regular-expressions.info/unicode.html
Password guidelines
Must be 8 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 be changed only 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.
If you set or change this property in the User Administration Web.config file, make the same change in the files for UNICOM Intelligence Interviewer - Server Admin and the Login component, and vice versa.
See also
Settings for UNICOM Intelligence Interviewer - Server Admin