Merge "User keystone policy to check if user password can be updated"

This commit is contained in:
Jenkins 2014-09-09 15:58:22 +00:00 committed by Gerrit Code Review
commit f84e3f00a9
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ from openstack_dashboard.dashboards.settings import dashboard
class PasswordPanel(horizon.Panel):
name = _("Change Password")
slug = 'password'
policy_rules = (("identity", "identity:change_password"),)
dashboard.Settings.register(PasswordPanel)