I am new to Umbraco , using v7.2. Is there any control/plugin/project that I can install and get all user registration,login, Forgot password and edit profile ? May be with little code if required.
In Umbraco 7. there are some pre-code snippets for registration, login and edit profile. If you go to the developer section --> Partial view macros files, Create a new file and choose a snippet.
Thank you Dennis and Alex. I checked these links , but couldnt see a full pledged functionality i am looking for. https://github.com/Shazwazza/UmbracoIdentity is more intresting, but i had issues installing the nuget package for the Web site , hence converted the same to a web application and installed the Nuget package.
It installed succesfully , but couldnt see the files.Im wondering how complicated it could be to setup the same manually.
Creating Full login functionality in Umbraco
Hi,
I am new to Umbraco , using v7.2. Is there any control/plugin/project that I can install and get all user registration,login, Forgot password and edit profile ? May be with little code if required.
I'm really struggling with this. Please help.
Thank you in advance !
Thanks,
Srini
Hi Srini,
In Umbraco 7. there are some pre-code snippets for registration, login and edit profile. If you go to the developer section --> Partial view macros files, Create a new file and choose a snippet.
Try to see this blogpost, I think it can help you. http://siempresolutions.co.uk/blog/Umbraco_Members_Protected_Area_of_Website
Hope this helps,
/Dennis
Hi Srini,
Great article from Jonas Eriksson about login functionality - http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/
Also you can use partial views from - /umbraco/PartialViewMacros/Templates/Login.cshtml
Thanks, Alex
Thank you Dennis and Alex. I checked these links , but couldnt see a full pledged functionality i am looking for. https://github.com/Shazwazza/UmbracoIdentity is more intresting, but i had issues installing the nuget package for the Web site , hence converted the same to a web application and installed the Nuget package.
It installed succesfully , but couldnt see the files.Im wondering how complicated it could be to setup the same manually.
Did any one tried this ? or have a clue about ?
Thanks,
Srini
is working on a reply...