Expand my Community achievements bar.

SOLVED

Login form using AEM 5.6.1

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 5

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

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

Avatar

Level 10

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