keystone/releasenotes/notes/bp-password_expired_at-4b32fe7032595932.yaml
Ronald De Rose 02452d02c4 Return password_expires_at during auth
The new user attribute, password_expires_at, is not being returned
during auth; this patch adds it.

bp password-expires-validation
Change-Id: I1f17a849d9da4067d6be7d612c5a561bcb247ebb
2016-10-14 00:25:57 -04:00

9 lines
253 B
YAML

---
features:
- >
Token responses will now have a ``password_expires_at``
field under the ``user`` dictionary.
If PCI support is enabled, the ``password_expires_at``
field will be populated. Otherwise, it will default
to ``null``.