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
diff --git a/src/views/AccessControl/LocalUserManagement/TableRoles.vue b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
index b4b366a..bf300f5 100644
--- a/src/views/AccessControl/LocalUserManagement/TableRoles.vue
+++ b/src/views/AccessControl/LocalUserManagement/TableRoles.vue
@@ -56,8 +56,8 @@
'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
},
{