Password Settings
Password Settings is a global server configuration property that defines rules which every Iotellect Server user should follow while creating or resetting its password.
Minimum Password Length
Value type: Integer
Possible values: 0 or more
Default value: 0
Minimum number of characters that password should contain. Ignored when value is 0.
Password Expiration Period (In Days)
Value type: Integer
Possible values: 0 or more
Default value: 0
Defines for how long new password will be relevant. After user password expires the system automatically suggests to change it. Ignored when value is 0.
Require Capital Letters
Value type: Boolean
Possible values: true or false
Default value: false
Indicate whether new password should contain capital letters or not.
Require Numbers
Value type: Boolean
Possible values: true or false
Default value: false
Indicate whether new password should contain numbers or not.
Require Special Characters
Value type: Boolean
Possible values: true or false
Default value: false
Indicate whether new password should contain special characters or not.
Special characters are the following:
! | " | # | $ | % | & | ' | ( | ) | * | + | , | - | . | / | : | ; | < | = | > | ? | @ | [ | ] | ^ | _ | ` | { | | | } | ~ |
Prohibited Previous Password Count
Value type: Integer
Possible values: 0 or more
Default value: 0
A number of previous user passwords that will be stored in user profile. The system prohibits users to change their password to those previous ones.
Was this page helpful?