c9c655a1e1
this option allows to override the [security_compliance]disable_user_account_days_inactive setting from config on per-user basis. Co-Authored-By: Vishakha Agarwal <agarwalvishakha18@gmail.com> Change-Id: Ida360e215426184195687bee2a800877af33af04 Closes-Bug: #1827431
10 lines
379 B
YAML
10 lines
379 B
YAML
---
|
|
features:
|
|
- |
|
|
[`bug 1827431 <https://bugs.launchpad.net/keystone/+bug/1827431>`_]
|
|
Added a new user option 'ignore_user_inactivity' (defaults to False).
|
|
When set to True, it overrides disabling the user after being inactive
|
|
for certain time as set in
|
|
``[security_compliance]disable_user_account_days_inactive`` option
|
|
in Keystone configuration file.
|