"change password" for a end user by admin in auth0 console

Few doubts on below scenario,

1)how user will be notified post changing password ?
2)does user compulsory need to use password which is provided by admin or he will be ask to change on the first login ?
3)how to enforce user to change password on next login after his password changed by admin?

Hi @ishan.pathak,

You must notify the user of the change.

The password the admin created will be the primary password until it is manually changed by the user.

For this, you could leverage a Login Action and user profile metadata.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.