Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I guess you could add a location path in web.config for /EPiServer/CMS/Admin/security.aspx. It will give them the login-screen though.
<location path="EPiServer/CMS/admin/security.aspx"> <system.web> <authorization> <allow roles="MySuperDuperAdminRole" /> <deny users="*" /> </authorization> </system.web> </location>
To my understanding all Users belonging to the roles set as CmsAdmins in the web.config can change and edit the "Set Access Rights" list. Is there's workaround for this? I would like admins to have rights to everything else but that and have a "Access Rights"-admin.