In Umbraco 4.7 I see that role protection doesn't work. This is the scenario:
- Create 2 Member Groups (role1, role2) - Create 2 Members (member1, member2) - Assign different role to member (member1 -> role1, member2 -> role2) - Set Public access to content (called "myarea"), choice "Role based protection" and allow to access only the members with role1 (so, only member1) - Set login page and error page
So, when I load "myarea.aspx", umbraco show login page correctly but allow access to content to all members, indipendently from roles, also role2!
Then, try it with my role custom provider I see that no role methods are called when start this page, like if the roles aren't used or verified...
I'm noticing similar so any feedback from the community would be extremely helpful e.g. I set up two membership types abnd registered two members one from each membership type.
I created role based pages than upon login redirect to the relevant member home page (role based protected). It logs in fine, it redirects fine but I get a blank page - the master page is there and is skinned accordingly, but any nested master page referneced within the member pages does not show any content.
"Role based protection" doesn't work
Hi All,
In Umbraco 4.7 I see that role protection doesn't work. This is the scenario:
- Create 2 Member Groups (role1, role2)
- Create 2 Members (member1, member2)
- Assign different role to member (member1 -> role1, member2 -> role2)
- Set Public access to content (called "myarea"), choice "Role based protection" and allow to access only the members with role1 (so, only member1)
- Set login page and error page
So, when I load "myarea.aspx", umbraco show login page correctly but allow access to content to all members, indipendently from roles, also role2!
Then, try it with my role custom provider I see that no role methods are called when start this page, like if the roles aren't used or verified...
Could you help me about this issue?
Thanks
I'm noticing similar so any feedback from the community would be extremely helpful e.g. I set up two membership types abnd registered two members one from each membership type.
I created role based pages than upon login redirect to the relevant member home page (role based protected). It logs in fine, it redirects fine but I get a blank page - the master page is there and is skinned accordingly, but any nested master page referneced within the member pages does not show any content.
Any help?
is working on a reply...