I'd like to take it further and give each registered user a user group, and also implement a forgot password reset.
It seems there is absolutely no documentation for Umbraco, how does anybody use it? The umbraco.com website talks about it being well documented and having a great community. I'd like to keep using it if it's as good as described, but struggling to at all...
Membership & Documentation
Just started making an Umbraco site, so far very disapointed in lack of any real documentation.
I'm trying to create a basic membership system, where the user registers and gets a default membership group.
I used this tutorial to create a register / login / member page: http://siempresolutions.co.uk/blog/Umbraco_Members_Protected_Area_of_Website
I'd like to take it further and give each registered user a user group, and also implement a forgot password reset.
It seems there is absolutely no documentation for Umbraco, how does anybody use it? The umbraco.com website talks about it being well documented and having a great community. I'd like to keep using it if it's as good as described, but struggling to at all...
You might benefit from the
MemberService
documentation:http://our.umbraco.org/documentation/Reference/Management-v6/Services/MemberService
Also give Morten's talk at Codegarden a go: http://stream.umbraco.org/video/9920652/master-the-service-apis
The lunch app used in this presentation contains code samples and is freely available: https://github.com/sitereactor/Umbraco-Lunch-App
You can use Umbraco.TypedMember to get the members in the frontend.
Jeroen
is working on a reply...