Hi,
I am wondering if there is a way to disable whole Umbraco's Member system? I need to create very specific and huge section for front-end users, and use Umbraco mainly for content administration.
I prefer using ASP.net Identity. I really want to create my own table in database, use Entity Framework etc etc.
I know there is some stuff from Shazwazza: https://github.com/Shazwazza/UmbracoIdentity but I do not need it compatible with Umbraco's Membership and I really miss "not yet implemented" features.
To sum up - how to install standalone ASP.net Identity in Umbraco (nuget is enough?) AND is it possible to disable Member Services in Umbraco.
btw. the biggest drawback when you dive in Umbraco is lack of standard member system. Email confirmation, Password reset, Captcha... I haven't foundany plugins for that :/
ASP.net Identity, remove Umbraco's membership
Hi, I am wondering if there is a way to disable whole Umbraco's Member system? I need to create very specific and huge section for front-end users, and use Umbraco mainly for content administration. I prefer using ASP.net Identity. I really want to create my own table in database, use Entity Framework etc etc. I know there is some stuff from Shazwazza: https://github.com/Shazwazza/UmbracoIdentity but I do not need it compatible with Umbraco's Membership and I really miss "not yet implemented" features.
To sum up - how to install standalone ASP.net Identity in Umbraco (nuget is enough?) AND is it possible to disable Member Services in Umbraco.
Hi Tomasz,
Try to see this git repo on how to work with ASP.net Identity in Umbraco
https://github.com/Shazwazza/UmbracoIdentity
We also have some documentation on this here https://our.umbraco.org/documentation/Reference/Security/
Hope this helps,
/Dennis
Hi, Yea I know about this project on github, I even linked it in the post above. But it has too many features that are not working: https://github.com/Shazwazza/UmbracoIdentity/wiki/Known-Issues .
I need totally customize it.
btw. the biggest drawback when you dive in Umbraco is lack of standard member system. Email confirmation, Password reset, Captcha... I haven't foundany plugins for that :/
Hi Tomasz,
Sorry did not see that you already link to the GIT repo. Thanks for the feedback about Umbraco CMS, we appreciate it very much.
The best thing that you can do with those feature request is to create them in our issue tracker, which you will find here.
http://issues.umbraco.org/issues/U4
/Dennis
is working on a reply...