Hello! I am wondering if it is possible to avoid this message “You need to update your password because this is the first time you are logging in or because your password has expired” when a new user created via the admin dashboard import. I would prefer them to login and use our app. Thanks!
Hi @joaquinvaldezhs,
The message “You need to update your password…” is a security feature enforced when a user’s password is set by an administrator (via the Admin Dashboard’s “Create User” or a simple import). This flags the password as temporary to ensure the user replaces it with a non-secret/admin-known password immediately.
The recommended method to bypass this and provision users who can log in directly is to use the Auth0 Management API v2 to create the users.
If you have any additional questions, please don’t hesitate to reach out.
Have a good one,
Vlad
1 Like
Thank you @vlad.murarasu ! The API solution works just fine.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.