horizon/releasenotes/notes/lock-password-d87b63f361d4bdc1.yaml
vmarkov 7f849239ea Support for Keystone password_lock option
This feature was added in Keystone V3 API. Proposed patch adds support
to Horizon

Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>
Closes-bug: #1766485
Change-Id: Ic20a58c76826d703b43fa6a2d77ae5f77dcda1f4
2020-04-10 13:22:53 +03:00

8 lines
319 B
YAML

---
features:
- |
Added support for Keystone locking user option. Locked user can't change
own password using the self-service password change API. By default, users
are unlocked and can change their own passwords. In case of older Keystone
not supporting this feature, all users treated as unlocked.