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