summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-28 00:56:50 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-02 18:48:04 +0300
commit47165201c79b3d2c4ccc62a49a9c75d038ee8fe6 (patch)
treef46cdf045a64b9dab489757f4753f1e753af1437
parent26c8fae0398b4cfe1312f7812b7f1109fb8f1f51 (diff)
downloadwebui-vue-47165201c79b3d2c4ccc62a49a9c75d038ee8fe6.tar.xz
Update local user management role table
Updated role table to indicate Operator and Readonly roles are able to "Update password for current user account". Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I38638f007dce3a4077e66e99a2e8b0dd3bc52637
-rw-r--r--src/views/AccessControl/LocalUserManagement/TableRoles.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/AccessControl/LocalUserManagement/TableRoles.vue b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
index b4b366af..bf300f50 100644
--- a/src/views/AccessControl/LocalUserManagement/TableRoles.vue
+++ b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
@@ -56,8 +56,8 @@ export default {
'pageLocalUserManagement.tableRoles.updatePasswordForCurrentUserAccount'
),
administrator: true,
- operator: false, // TODO Set to true when profile page added
- readonly: false, // TODO Set to true when profile page added
+ operator: true,
+ readonly: true,
noaccess: false
},
{