User Manager: Configuration
Allows changing user segmentation settings.
Features
- It is an administration interface
Screens
- Authentication
- Maximum number of consecutive login failures (default: 3) (integer):
This field indicates how many times the user can enter the wrong password when trying to log in to LumisXP. Once this value is reached, the user will be disabled (locked). To unlock them, simply go to User Manager - Administration in the LumisXP settings, edit the user, and uncheck the
Disabled
field.If all portal administrators are locked out, you can unlock one of them by executing the following query in the database:
update lum_User set disabled = 0, loginFailures = 0 where login = 'user-login'
.If the locking of users is not desired, simply configure an extremely large value for this field.
Note: this user locking behavior will only occur when the user is authenticated by LumisXP. If the user is authenticated externally - for example, by AD - the user will not be locked.
- Maximum number of consecutive login failures (default: 3) (integer):
- Password policies (applicable only for future changes of passwords stored in LumisXP):
This field defines the policies for registering new passwords in the portal.
- Minimum length (integer):
Defines the minimum length of the password.
- Must contain at least one lowercase letter (conditional (boolean), default value: true):
Defines that the password must contain at least one lowercase letter.
- Must contain at least one uppercase letter (conditional (boolean), default value: true):
Defines that the password must contain at least one uppercase letter.
- Must contain at least one number (conditional (boolean), default value: true):
Defines that the password must contain at least one number.
- Must contain at least one special character (not a space and not alphanumeric) (conditional (boolean), default value: true):
Defines that the password must contain at least one special character.
- Minimum length (integer):
- Expiration time of user segmentation members cache:
It is the interval in which the members' cache of segmentations will be regenerated. By default, the cache of segmentation members will be regenerated every two hours.
- Use default period (two hours) (conditional (boolean))
- Expiration Time
- User segmentation
- Maximum number of members that will be calculated for each user segmentation. (integer)
Permissions
- Manage service instance: Allows managing all the data of this service instance, including deleting it entirely.
Actions
- commit