keystone/releasenotes/notes/bug-1755874-9951f77c6d18431c.yaml
Morgan Fainberg f17fa57f6c Allow blocking users from self-service password change
User option ``lock_password`` has been implemented. This
option when set to ``True`` will prevent the usage of the
self-service password change API. If the ``lock_password``
option is set to ``False`` or ``None`` (to remove the
option from the user-data structure) normal password
change operations are allowed

Closes-Bug: #1755874
Change-Id: Icf1776c5fe625c2e9292bfcf40a8a9f17a002656
2018-04-18 19:15:07 +00:00

10 lines
328 B
YAML

---
fixes:
- |
[`bug 1755874 <https://bugs.launchpad.net/keystone/+bug/1755874>`_]
Users now can have the resource option ``lock_password`` set which prevents
the user from utilizing the self-service password change API. Valid
values are ``True``, ``False``, or "None" (where ``None`` clears the
option).