Horizon password_validator entry
Bug #1640800 reported by
Luke Hinds
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
Medium
|
Luke Hinds |
Bug Description
Horizon provides a password validation check, which OpenStack cloud operators can use to enforce password complexity checks for users within horizon.
A dictionary containing a regular expression which will be used for password validation and help text which will be displayed if the password does not pass validation. The help text should describe the password requirements if there are any.
File: /etc/openstack-
Key / Value entry:
HORIZON_
"regex": '.*',
"help_text": _("Your password does not meet the requirements."),
}
This could be implemented by operators entering regex and help_text into a tripleo-
Changed in tripleo: | |
milestone: | none → ocata-3 |
description: | updated |
Changed in tripleo: | |
status: | Triaged → In Progress |
Changed in tripleo: | |
assignee: | nobody → Luke Hinds (lhinds) |
To post a comment you must log in.
tripleo- heat-templates: https:/ /review. openstack. org/#/c/ 413644/
puppet-horizon: https:/ /review. openstack. org/#/c/ 413653 <-merged