Activity log for bug #1640800

Date Who What changed Old value New value Message
2016-11-10 14:03:55 Luke Hinds bug added bug
2016-11-10 14:04:06 Luke Hinds tripleo: milestone ocata-3
2016-11-10 14:08:50 Luke Hinds 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. HORIZON_CONFIG["password_validator"] = { "regex": '.*', "help_text": _("Your password does not meet the requirements."), } This could be implemented by operators entering regex and help_text into a tripleo-heat-template. 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-dashboard/local_settings Key / Value entry: HORIZON_CONFIG["password_validator"] = {     "regex": '.*',     "help_text": _("Your password does not meet the requirements."), } This could be implemented by operators entering regex and help_text into a tripleo-heat-template.
2016-12-14 14:55:12 Luke Hinds tripleo: status Triaged In Progress
2016-12-21 14:22:24 OpenStack Infra tripleo: assignee Luke Hinds (lhinds)
2017-01-25 23:50:51 OpenStack Infra tripleo: status In Progress Fix Released