From 47165201c79b3d2c4ccc62a49a9c75d038ee8fe6 Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 27 Oct 2020 14:56:50 -0700 Subject: 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 Change-Id: I38638f007dce3a4077e66e99a2e8b0dd3bc52637 --- src/views/AccessControl/LocalUserManagement/TableRoles.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 }, { -- cgit v1.2.3