Site structure
Version 6.x > Site structure > List of global admins View modes: 
User avatar
Member
Member
Aon_Vlado - 11/6/2012 8:22:37 AM
   
List of global admins
Is there a way, similar to all other roles in Administration->Roles->Rle->Users , to see list of users with global administrator right?

Thanks
Vlado

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/9/2012 6:18:51 AM
   
RE:List of global admins
Hello.

You can get list of global admin using the CMS.SiteProvider.UserInfoProvider.GetUsers method with following where condition parameter: UserIsGlobalAdministrator = true.

Or, you can use Query repeater and query the CMS_User table with the same where condition.

Best Regards,
Radek Macalik

User avatar
Member
Member
Aon_Vlado - 11/9/2012 7:05:31 AM
   
RE:List of global admins
Thanks, but I thought that there is a way to see them in CMSDesk. Of course DIY is possible. If there is no way to see them in CMSDesk it would be probably a good item for next version.

User avatar
Kentico Support
Kentico Support
kentico_radekm - 11/12/2012 5:58:06 AM
   
RE:List of global admins
Hello.

You can submit this as a feature request at http://kentico.uservoice.com/forums/33767-features-general

Best Regards,
Radek Macalik