I have been away from Umbraco for a while and working on a site now where i need member logon. In the old days there was a package with some controls. Easy.
Now, using Umbraco 7.x I can't find the package. Or the info. Can someone help me get started? Is there still an easy way or do I need to start met Visual Studio and develop something?
Member logon
I have been away from Umbraco for a while and working on a site now where i need member logon. In the old days there was a package with some controls. Easy.
Now, using Umbraco 7.x I can't find the package. Or the info. Can someone help me get started? Is there still an easy way or do I need to start met Visual Studio and develop something?
Hi RolandWolters,
have a look at the following blog http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/
Its using a Surface controller which contains the logic to login and logout a member.
/Michael
ah gracias; I going to take a look right away
Hello,
There are some newer blog posts which might also help:
http://24days.in/umbraco/2015/membership-apis-investigation/
http://24days.in/umbraco/2014/dealing-with-members/
http://24days.in/umbraco/2015/extending-membership/
Jeroen
Hi Roland,
you can also use default login template when creating "Partial View Macro File"
it's based on UmbLoginController so no custom code is needed and you just need to place it somewhere on your site
All the best, Pawel
is working on a reply...