We are restricting some pages by group and realized that users with the "administrator" privilege level are able to see all group pages. How do I find out how many of my 10k users have this privilege level? I'm unable to find a report that will pull this data. Thanks in advance.
I guess you may try do it in SQL:
select * from cms_user where UserIsGlobalAdministrator =1 and UserSiteManagerDisabled =1
You can do in the users module. Click Advanced Search and then choose privilege level.
Privilege Level isn't an option (we're in Kentico 9) My options are Username, Full name, email, nickname, in roles, not in roles. No privilege options.
Thanks Peter! That worked!
Please, sign in to be able to submit a new answer.