Hi,
I’m new to Auth0 and I need help implementing the following flow for a client project:
An admin user should be able to create accounts for subordinate users. Once created, each user should receive an email inviting them to log into the site using Auth0. On their first login, users should be prompted to reset their password. After successfully resetting the password, they should be redirected back to the login screen to proceed with authentication.
Some key requirements:
- The flow should open as few browser windows or tabs as possible to keep the experience simple and clean.
- The login process should be easy to explain to end users (who may not be tech-savvy).
- The admin users creating the accounts are also not technical, so the process for creating new users should be as straightforward as possible.
Is this flow — especially the force password reset on first login — possible with Auth0?
If yes, what is the recommended way to implement it?
Thanks in advance for your help!