I am seeking to authenticate a new Username-Password-Authentication
user type AND allow them to immediately change their password with a single e-mail action. Surely I’m missing something since this seems to be a fairly simple and common operation. But can’t seem to figure it out. Has anyone had success doing this?
The desired workflow, ideally via Auth0 dashboard and not API or Rules, would be:
- a new user is manually added and given a temporary password
- an authentication email is sent to a given user
- that authentication email provides that user with a single link which…
3a) authenticates their email and…
3b) allows them to change their password
Thanks and let me know if I can provide further clarification.
Update: I see in @ssingh’s post that prompting a password change will also verify an email. Do the Auth0 folks agree that sending a password change email to new users would be an acceptable workaround?