I am looking to create a user registration form on my site, however I can't seem to find any up to date documentation about how to achieve this. This is the only documentation I can find, and it doesn't help because that implementation has been deprecated in AEM 6.4.
Is it still possible to have user registration forms in AEM? If so, can anyone point me to up to date documentation or a tutorial? Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @miken71150364,
You can easily accomplish the task either by OOB form components or with the help of custom component then depending on your use case you can make ajax call to a sling servlet or direct service call from sling model or wcm usepojo then with the help of UserManager and User java api you can do that.
You can use see the below url for your reference.
I it can be used directly with some modification.
For dialog creation part you can refer one same answer on your same post
Now this time it will be useful for you.
Umesh Thakur.
are you looking to do this using AEM Forms or just AEM?
what happens when the user fills and submits the form?
Views
Replies
Total Likes
Views
Replies
Total Likes
@kautuk_sahni Please move the thread to core aem.
Hi @miken71150364,
You can easily accomplish the task either by OOB form components or with the help of custom component then depending on your use case you can make ajax call to a sling servlet or direct service call from sling model or wcm usepojo then with the help of UserManager and User java api you can do that.
You can use see the below url for your reference.
I it can be used directly with some modification.
For dialog creation part you can refer one same answer on your same post
Now this time it will be useful for you.
Umesh Thakur.
Views
Likes
Replies