Idle Accounts Life Span (Days) | This value is the number of days where if a user shows no logins such user is automatically set to inactive. | Integer or Null | 60 |
Requires Numeric Character? | It defines if the user's password requires a numeric character | Boolean or Null | Null |
Minimum Number of Characters | It defines user's password minimum Number of Characters | Integer or Null | |
Password Life Span (Days) | This value is the number of days that a password will be valid. When life span has been reach the system prompts for a new password. | Integer or Null | 30 |
Number of Retained Passwords | Value in this parameter represents the number of previous passwords that the system will validate that are not duplicated when entering a new password. | Integer | 5 |
Requires Special Character? | It defines if the user's password requires a special character | Boolean or Null | Null |
Maximum number of login attempts | If the user has reached the number of consecutively failed Logins that as defined in this parameter, the system will automatically cancel the user password. | Integer or Null | Null |
Reset password | If password reset method is set as 'Default Password', when a new user is created or a password is reset, the system automatically allocates the password that is defined in this parameter. The user will be forced to change the password upon next login. | String | 123465 |
Reset password method | The FreeBalance Accountability Platform supports three different methods to manage password generation and distribution as per this parameter by selecting one of the three following options: - Use Default Password
- Use Generated Password
- Use Admin Selected Password
Use Default Password
When a new user is created or a password is reset, the system automatically allocates the password that is defined in the parameter “Reset Password”. In both cases the user will be forced to change the default password upon the next login.
Use Generated Password
When a new user is created or a password is reset, the system automatically allocates a password that is generated according to the definitions set in the parameters “Minimum Number of Characters”, “Requires Numeric Character” and “Requires Special Character”. The generated password in emailed to the user. If the user does not have a valid email address this operation cannot be finalized. Upon the next user login the system will force the user to modify the new password if the value of the parameter “Requires to Change Password after Login on Generated Passwords” is set to true.
Use Admin Selected Password
When a new user is created or a password is reset, the Administrator will be required to enter a new password for the user. This password will be validated according to the definitions set in the parameters “Minimum Number of Characters”, “Requires Numeric Character” and “Requires Special Character”. The Administrator will have the possibility to email the new password to the user by selecting the appropriate check box in the user interface. If the user does not have a valid email address the new password will be allocated to the user but the email will not be sent. The user will be forced to change the now allocated password upon the next login. | String | USE_ADMIN_SELECTED_PASSWORD |
Requires to change password after login on generated passwords? | If a user password is reset using the password reset method 'Use Generated Password', the system will force the user to modify the new password upon the next user login if the value of this parameter is set to true. | Boolean | False |
Allow derived passwords from username? | If this parameter is set to false, the username cannot be used as part of password value | Boolean | False |
Rechallenge Password Enabled? | If this parameter is set to true, the system will require password retyping according to Password Rechallenge Configuration | Boolean | True |