mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 17:46:16 +01:00
fixes #6765 -- no need to have gmods and admins access login sessions page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user