Query on User account creation in AEM 6.3 | Community
Skip to main content
New Participant
January 25, 2018
Solved

Query on User account creation in AEM 6.3

  • January 25, 2018
  • 2 replies
  • 2102 views

Hello,

     We are migrating our codebase from AEM 6.1 to 6.3 and we are facing issues in user account creation.

     In older versions of AEM, we created user accounts with AccountManager (created using AccountManagerFactory).

     With the new implementation, We have to use AccountManagementService interface to create user accounts, And this new process creates the user account in disabled state and it will only get activated once he confirms by clicking on the link which he gets via mail.

     Is there a way to create the user account(active) by bypassing the step of sending email to the user and waiting for confirmation with this new implementation?

     Please suggest if any.

Regards,

Rohit B K

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

2 replies

smacdonald2008
New Participant
January 25, 2018

Thank you for the answer!