i need to create registraion form in umbraco using mvc,i know this is basic requirement .
Registered users will be given access to specific pages which can not be accessed by visitors of the site.
these specific pages will also can be managed by Umbraco (For changing their contents)
Is there any way to check session within umbraco , so that i can assure that only registered users stay on the pages, others get redirected to login page.
also, depending upon which version of umbraco you are using... you might want to give this a look... https://nuget.org/packages/CWS.Umbraco.Standard.Membership/ just posted over the weekend i think! It was created by Warren Buckley and his stuff is always TOP QUALITY!
Creating Registration form in umbraco using MVC
Hi ,
i need to create registraion form in umbraco using mvc,i know this is basic requirement .
Registered users will be given access to specific pages which can not be accessed by visitors of the site.
these specific pages will also can be managed by Umbraco (For changing their contents)
Is there any way to check session within umbraco , so that i can assure that only registered users stay on the pages, others get redirected to login page.
I hope some one can help me out on this.
You'd use the members section in umbraco to define and limit your access to logged in users..
http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/ this of any use for the actual form?
also, depending upon which version of umbraco you are using... you might want to give this a look... https://nuget.org/packages/CWS.Umbraco.Standard.Membership/ just posted over the weekend i think! It was created by Warren Buckley and his stuff is always TOP QUALITY!
Warren started a new CWS start project http://our.umbraco.org/projects/starter-kits/cws-start
Yea what you want to do is create a role for a user who has registered.
Then you can only allow access permission to members in that role
In the API you can get the menu items where the member has access to the node.
Does this make sense? Charlie :)
is working on a reply...