From 382d06bbb0f3e46bf1e8e0533c093ce181836825 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 17 Sep 2018 15:45:42 -0400 Subject: [PATCH] fixes #6765 -- no need to have gmods and admins access login sessions page --- src/controllers/accounts/helpers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controllers/accounts/helpers.js b/src/controllers/accounts/helpers.js index 7272496cc8..12f7674563 100644 --- a/src/controllers/accounts/helpers.js +++ b/src/controllers/accounts/helpers.js @@ -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',