Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I've the following virtualroles:
<virtualRoles addClaims="true"> <providers> <add name="Administrators" type="EPiServer.Security.WindowsAdministratorsRole, EPiServer.Framework" /> <add name="Everyone" type="EPiServer.Security.EveryoneRole, EPiServer.Framework" /> <add name="Authenticated" type="EPiServer.Security.AuthenticatedRole, EPiServer.Framework" /> <add name="Anonymous" type="EPiServer.Security.AnonymousRole, EPiServer.Framework" /> <add name="CmsAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebAdmins, Administrators" mode="Any" /> <add name="CmsEditors" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebEditors" mode="Any" /> <add name="Creator" type="EPiServer.Security.CreatorRole, EPiServer" /> <add name="PackagingAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebAdmins, Administrators" mode="Any" /> </providers> </virtualRoles>
These are the groups I would like to see when accessing Episerver groups, how can I achieve that???
WebAdmins and WebEditors are not default groups in EPiServer. You have to create them manually.
Hi Dejan, I'm following your:
http://www.dcaric.com/blog/episerver-how-to-log-in-to-admin-edit-mode, but I'm using VS 2013 (so no option ASP.NET configuration), and don't understand the solution with temp.aspx, or how can I manage groups/users from IIS, could you explain these solutions????
Regards
If you already have access to admin mode, you can simply create users / groups from there.
Solution with .aspx file: http://www.dcaric.com/blog/episerver-how-to-create-admin-users-from-the-code (you have to change default role and membership providers to SqlServerMembershipProvider and SqlServerRoleProvider. ASPX solution doesn't work with MultiplexingMembershipProvider / MultiplexingRoleProvider)
Hi, I'm working with this configuration form Membership providers in Episerver 8: