keystone/releasenotes/notes/bug-1727099-1af277b35db34372.yaml
wangxiyuan 49d75d668c Update the help message for unique_last_password_count
The help message for unique_last_password_count doesn't tell the
count logic to users, so that the users may misunderstand it.

This patch updated the message to make it more clear.

Change-Id: I8ab1db5c07b199a3a0ef86a79e9895be48c0a1db
Closes-bug: #1727099
2017-11-24 08:52:12 +08:00

10 lines
408 B
YAML

---
fixes:
- |
[`bug 1727099 <https://bugs.launchpad.net/keystone/+bug/1727099>`_]
When users try to changes their password, the total number which
includes the new password should not be greater or equal to the
``unique_last_password_count`` config options. But the help and error
messages for this scenario are not described clearly. Now the messges
are updated to be more clear.