Skip to content

Commit 4716520

Browse files
yoshiemuranakaderick-montague
authored andcommitted
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 <[email protected]> Change-Id: I38638f007dce3a4077e66e99a2e8b0dd3bc52637
1 parent 26c8fae commit 4716520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/AccessControl/LocalUserManagement/TableRoles.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ export default {
5656
'pageLocalUserManagement.tableRoles.updatePasswordForCurrentUserAccount'
5757
),
5858
administrator: true,
59-
operator: false, // TODO Set to true when profile page added
60-
readonly: false, // TODO Set to true when profile page added
59+
operator: true,
60+
readonly: true,
6161
noaccess: false
6262
},
6363
{

0 commit comments

Comments
 (0)