AI OnAI Off
Hi, Ben,
You might want to take a look at Dejan's blogpost. You don't have to use webapi, but it gives an idea on how to proceed.
After you create the login logic, you simply change loginUrl in forms node:
<authentication mode="Forms"> <forms name=".EPiServerLogin" loginUrl="Util/login.aspx" timeout="120" /> </authentication>
Then, you use standard access rights / authorization functionality to control who sees what.
BR,
Marija
Hi,
I've been looking for a while now to add membership to our clients website within EPiServer and as yet haven't been able to find a way. So is there a way to add a separate login area so a user can login to the website (not the CMS) and see secured content pages or what everelse I secure. If you know of any good posts or resources that would also be a bonus as when ever I search for it I just get posts about setting up the CMS's authentication.
Cheers Ben