horizon/openstack_dashboard/dashboards/identity/users
Mohammed Naser d1042fdaf9 Remove "Change Password" from users table for non-admin users
If you're a user without administrative permissions, you will
not be able to edit a password using the table inside the identity
section due to the fact that it uses a different edit API which
is not meant to be used for the user-side of things.

This patch adds a policy change in order to hide the change password
link for normal users, while keeping the functionality inside
the Settings panel still intact.

This change was first broken by I76eb9f95c7112bcbad75ee151f363f892298d081

Partial-Bug: 1788384
Change-Id: I7a64257ac274c9dac5705ba72a85833f8e7a1591
(cherry picked from commit 0630be639b)
2018-11-28 11:19:09 +00:00
..
templates/users Delete instance,volume,etc confirmation is missing name or ID 2017-04-07 22:58:50 +00:00
__init__.py Separating Identity Dashboard and using RBAC 2014-08-18 16:40:56 -06:00
forms.py Orders the projects and roles in user creation combos 2018-01-12 08:48:23 +01:00
panel.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00
tables.py Remove "Change Password" from users table for non-admin users 2018-11-28 11:19:09 +00:00
tests.py Convert identity.users tests into mock 2018-07-21 22:57:27 +09:00
urls.py AngularJS based panels page title updated 2016-12-15 15:01:37 +03:00
views.py django2: Replace django.core.urlresolves with django.urls 2018-02-17 01:36:48 +09:00