keystone/releasenotes/notes/bug-1827431-2f078c13dfc9a02a.yaml
Pavlo Shchelokovskyy c9c655a1e1 Add ignore_user_inactivity user option
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
2020-07-07 20:40:52 +05:30

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.