You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/components/admin/admin-groups-edit-permissions.vue
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -149,28 +149,28 @@ export default {
149
149
items: [
150
150
{
151
151
permission:'write:users',
152
-
hint:'Can create or authorize new users, but not modify existing ones',
152
+
hint:'Can create or authorize new users, but not modify existing ones. Can only assign to non-administrative groups',
153
153
warning:false,
154
154
restrictedForSystem:true,
155
155
disabled:false
156
156
},
157
157
{
158
158
permission:'manage:users',
159
-
hint:'Can manage all users (but not users with administrative permissions)',
159
+
hint:'Can create, authorize and modify ANY users. Can only assign to non-administrative groups',
160
160
warning:false,
161
161
restrictedForSystem:true,
162
162
disabled:false
163
163
},
164
164
{
165
165
permission:'write:groups',
166
-
hint:'Can manage groups and assign CONTENT permissions / page rules',
166
+
hint:'Can manage groups and set CONTENT permissions / page rules. Can only assign users to non-administrative groups',
167
167
warning:false,
168
168
restrictedForSystem:true,
169
169
disabled:false
170
170
},
171
171
{
172
172
permission:'manage:groups',
173
-
hint:'Can manage groups and assign ANY permissions (but not manage:system) / page rules',
173
+
hint:'Can manage groups and set ANY permissions (but not manage:system) / page rules. Can assign users to ANY groups (except groups with the manage:system permission)',
174
174
warning:true,
175
175
restrictedForSystem:true,
176
176
disabled:false
@@ -203,7 +203,7 @@ export default {
203
203
},
204
204
{
205
205
permission:'manage:system',
206
-
hint:'Can manage and access everything. Root administrator.',
206
+
hint:'Can manage and access everything. Root administrator',
0 commit comments