b4ff783989
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
7 lines
259 B
YAML
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.
|