Developer Documentation Library > Interviewer - Server Admin > Customizing UNICOM Intelligence Interviewer - Server Admin > Activity configuration files > Web configuration files > Settings for the Login component
 
Settings for the Login component
The Web.config file for the Login component defines settings that control password validation. It is in the c:\InetPub\wwwroot\SPSSMR\Shared\Login. folder.
Password validation
The SPSS_PasswordRegEx property defines a regular expression that will be used for validating users’ passwords. See Password validation.
Trusted domains
To prevent redirection to other domains, create a list of trusted domains. List the domain names in the value attribute. To specify multiple domains, separate the names by using commas, for example:
<appSettings>
<add key="SPSS_TrustedDomain"
value="domain_name1.com,domain_name2.com" />
</appSettings>
See also
Web configuration files