I created a new application (section) in code with my custom package.
In
my application, my user have a custom list of member. When he select a
member, the main page is the editing member page (of section member
base) situate in Umbraco/Members/EditMember.aspx. My problem is, my user
have access to my custom listing but not at base listing members. When i
try to load the EditMember, i have this message : "The current user doesn't have access to the section/app 'member' ".
How I do for override the test of access because my user have just access at my custom section.
Problem to access to my custom section
I use Umbraco V6.1.1.
I created a new application (section) in code with my custom package.
In my application, my user have a custom list of member. When he select a member, the main page is the editing member page (of section member base) situate in Umbraco/Members/EditMember.aspx. My problem is, my user have access to my custom listing but not at base listing members. When i try to load the EditMember, i have this message : "The current user doesn't have access to the section/app 'member' ".
How I do for override the test of access because my user have just access at my custom section.
Any ideas ?
Anyone ?
Where i can find the source code of the page "Umbraco/Members/EditMember.aspx" for find a solution ?
is working on a reply...