You can specify certain restrictions on user account names and passwords to ensure that it is difficult to gain unauthorized access.
Open the IDOL Server configuration file in a text editor.
Find the [User]
section, or create one if it does not exist.
Set the MinUsernameLength
parameter to the minimum number of characters allowed for user names. For example:
MinUsernameLength=6
Set the MinPasswordLength
parameter to the minimum number of characters allowed for passwords. For example:
MinPasswordLength=6
Set the PasswordStrength
parameter to the minimum allowed strength of passwords. This parameter uses a scale from 1 (weakest) to 10 (strongest). For example:
PasswordStrength=6
To increase password strength, users must create passwords that contain a mixture of upper- and lowercase letters, numbers, and punctuation.
Save and close the configuration file. Restart IDOL Server for your changes to take effect.
|