...
You can set up minimum complexity requirements for MobileTech passwords, such as requiring digits, upper case letters, special characters, and password length in the Signature MobileTech Web Sync Server web.config and MobileTechAdmin.exe.config files using a regex (regular expression) check.
...
Set up your password lockout policy to indicate a lockout mode (Lockout or Disable), after x failed login attempts, as well as how many minutes a user's account is locked. These set up options are in the Signature MobileTech Web Sync Server web.config file. The Password Policy Lockout Attempts setting will also need to be set in the MobileTechAdmin.exe.config file.
Note |
---|
If you choose to not set up a password lockout policy, set PasswordPolicyLockoutAttempts to either 0 or "" as this allows an infinite number of invalid login attempts. |
...