Login form using AEM 5.6.1 | Community
Skip to main content
October 16, 2015
Solved

Login form using AEM 5.6.1

  • October 16, 2015
  • 2 replies
  • 729 views

Hi All,

 

I want to create a login form with ability to register new users.

and validate the credentials from database.

kindly provide the steps to achieve this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Yogesh_Upadhyay

Hello Ganesh,

create a login form with ability to register new users. --- https://www.day.com/day/en/resources/video/create-forms-survey.html

validate the credentials from database -- Not sure what Database you are using, but if it MySQL http://helpx.adobe.com/experience-manager/using/creating-cq-web-application-uses.html

Not sure if you want to just validate or then create those users in CQ as well in that case use API to do that.

Yogesh

2 replies

Yogesh_Upadhyay
Yogesh_UpadhyayAccepted solution
Level 6
October 16, 2015

Hello Ganesh,

create a login form with ability to register new users. --- https://www.day.com/day/en/resources/video/create-forms-survey.html

validate the credentials from database -- Not sure what Database you are using, but if it MySQL http://helpx.adobe.com/experience-manager/using/creating-cq-web-application-uses.html

Not sure if you want to just validate or then create those users in CQ as well in that case use API to do that.

Yogesh

Sham_HC
Level 10
October 16, 2015

Confused with your posting. You want new registration Plus validating against database.  In case user already exists is ldap then use ldap authentication http://dev.day.com/docs/en/cq/5-6/core/administering/ldap_authentication.html

If user no where exists then start with exploring from [1].   Note [1] might not help to replicate users from publish to author & you need to plan for it also.

[1]  http://localhost:4502/content/geometrixx/en/toolbar/account/login.html