Merge "Partially implements expiration date alert message"

This commit is contained in:
Jenkins 2017-07-13 14:00:32 +00:00 committed by Gerrit Code Review
commit 146229c176
2 changed files with 16 additions and 0 deletions

View File

@ -897,3 +897,11 @@ ALLOWED_PRIVATE_SUBNET_CIDR = {'ipv4': [], 'ipv6': []}
#USER_TABLE_EXTRA_INFO = {
# 'phone_num': _('Phone Number'),
#}
# Password will have an expiration date when using keystone v3 and enabling the
# feature.
# This setting allows you to set the number of days that the user will be alerted
# prior to the password expiration.
# Once the password expires keystone will deny the access and users must
# contact an admin to change their password.
#PASSWORD_EXPIRES_WARNING_THRESHOLD_DAYS = 0

View File

@ -0,0 +1,8 @@
---
features:
- >
[`blueprint password-expires-validation <https://blueprints.launchpad.net/horizon/+spec/password-expires-validation>`_]
This blueprint provides a configurable setting to allow operators
set the threshold days between the current date and the expiration date
to show a message to warn users change their password prior the expiration
date.