Prevent inactive users from logging in [New in Security Center 1.5]
Configure this property to control if inactive users can authenticate on your instance.
Set the glide.authenticate.only.allow.active.user.login property value to true (recommended), this ensures the users in the sys_user table marked inactive cannot log in to the instance and are locked out.
If the setting is configured to false, then users may still access the instance and the data they previously had access to.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.authenticate.only.allow.active.user.login |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | boolean |
| Recommended value | true |
| Default value | true |
| Category | Access control |
| Security risk |
|
| Dependencies and prerequisites | None |