f17fa57f6c
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
10 lines
328 B
YAML
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).
|
|
|