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, self: true,
other: false, other: false,
moderator: false, moderator: false,
globalMod: true, globalMod: false,
admin: true, admin: false,
}, },
}, { }, {
id: 'consent', id: 'consent',

Loading…
Cancel
Save