fixes #6765 -- no need to have gmods and admins access login sessions page

v1.18.x
Julian Lam 6 years ago
parent f120015b54
commit 382d06bbb0

@ -73,8 +73,8 @@ helpers.getUserDataByUserSlug = function (userslug, callerUID, callback) {
self: true,
other: false,
moderator: false,
globalMod: true,
admin: true,
globalMod: false,
admin: false,
},
}, {
id: 'consent',

Loading…
Cancel
Save