How to manage user creation and login on a site
Hello everyone,
I've already looked for it in a lot of places, but I couldn't find a tutorial or guiding page about creating a user register page on my site and then the login mechanism with that information.
Let me clarify: I want to create a website that can only be viewed by logged users and in this site the homepage should show a register process.
So, to be as clear as possible, what I want is:
- Create a new website from scratch;
- Create a page on this website that can only be viewed by a logged user (on my website, not on AEM);
- Provide a login component and a page to register users;
- To know where in the content repository is the users data stored and how to configure my login component to read this data and authenticate the user;
I've already saw the login foundation component and how it is used on Geometrixx, but without succeed in understand the process (couldn't find a new registered user on jcr, couldn't login with a new created user). So, is there any guide out there or some of you guys can tell me how can I create a login on my website, where the user data will be stored, how can I manage this, etc. etc.?
Obs: I've also looked into Closed Groups, but didn't find a resource to teach me how to properly use it. If I put a login component on my page and create a closed group with a user on User Management, even configuring (or without this configuration) on the root page about the closed group, the login component can't find my user.