Activate account manually #21975
Unanswered
erwanMarmelab
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When a user creates an account, they receive an activation link by email that can be opened only once. If a mail checker opens this link, the account is not activated but cannot be activated anmymre. Re-sending the activation email doesn't solve the problem, as the email client will visit the link again. As a consequence, such users can never be activated.
This has happened to us several times for customers using strong email security policies.
The solution we'd like to implement is to activate the account ourselves, using an API endpoint, then send the temporary password by email to the user. Something like:
The
activateAccountfunction could just activate the user account without sending an email, by updating the database.All reactions