keystone/releasenotes/notes/identity_driver_new_change_password_method-e8c0e06795bca2d8.yaml
Ronald De Rose b4ff783989 PCI-DSS Minimum password age requirements
The minimum password age is the period at which a password must be used
before it can be changed. This prevents users from immediately wiping
out their password history in order to use an old password.

Partially-implements: blueprint pci-dss
Change-Id: Ib1367bc69b791ef35de8f18704437e8fc233afdf
2016-08-16 21:47:49 +00:00

7 lines
259 B
YAML

---
upgrade:
- The identity backend driver interface has changed. We've added a new
``change_password()`` method for self service password changes. If you have a
custom implementation for the identity driver, you will need to implement
this new method.