mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-29 18:16:17 +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,
|
self: true,
|
||||||
other: false,
|
other: false,
|
||||||
moderator: false,
|
moderator: false,
|
||||||
globalMod: true,
|
globalMod: false,
|
||||||
admin: true,
|
admin: false,
|
||||||
},
|
},
|
||||||
}, {
|
}, {
|
||||||
id: 'consent',
|
id: 'consent',
|
||||||
|
|||||||
Reference in New Issue
Block a user