AI OnAI Off
Hi, there is a virtual role called VisitorGroupAdmins you can configure. I believe you need to be a member of this role to able to delete Visitor Groups. You are probably member of this role since it's mapped agains CmsAdmins by default.
Ok, you can't post code in comments.
I'm not sure on that part. But you can easily test this by just adding the role:
<add name="VisitorGroupAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="WebAdmins" mode="Any" />
Hello,
our customer failed to delete his Visitor group. When he tried it a login popup apppeared. I can delete them without problem(in Admin group).
He said that he probably never tried it before, so maybe it was always so, is this by design? What i had to do if i wanted to support deleting visitor groups for WebAdmins?
These are the configured role providers:
These are the virtual roles:
Someone can shed some light on it on how it works and what i have to change to support deleting Visitor groups for WebAdmins?