Im trying to create a site that should have password protection on certain content. Im using Umbraco 4 and have been told NOT to use the Member Controls Package from the repository.
I have no experience with ASP.NET so I have no idea how to do this?
Can someone please help me out by explaining step by step how to do this?
I allready tried on my own by using the ASP Login Controler, but I must have done something wron, cause it wont login.
if you want to use role based protection with ASP Login Forms you have to include something like this in your template:
At next you have to go to the umbraco backend into the members section and create a member group and a member with a password and assign it to the group.
Then in the Content section you have to right click the content node you would like to protect and select role based protection. Select the group you have created and select your login page that contains the login form from above as "login page".
Password protection
Hi
Im trying to create a site that should have password protection on certain content. Im using Umbraco 4 and have been told NOT to use the Member Controls Package from the repository.
I have no experience with ASP.NET so I have no idea how to do this?
Can someone please help me out by explaining step by step how to do this?
I allready tried on my own by using the ASP Login Controler, but I must have done something wron, cause it wont login.
Hi,
if you want to use role based protection with ASP Login Forms you have to include something like this in your template:
At next you have to go to the umbraco backend into the members section and create a member group and a member with a password and assign it to the group.
Then in the Content section you have to right click the content node you would like to protect and select role based protection. Select the group you have created and select your login page that contains the login form from above as "login page".
Greetings,
Timsn
Sorry for the bad formatting... here is the right form code
I wrote a blogpost about setting up very simple membership features:
http://www.mortenbock.dk/setting-up-membership-in-umbraco-116.htm
Maybe that can be a starting point?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.