Changing connection passwords

What does the workflow look like for submitting a password change request when Auth0 has external connections (like Google)?

If I allow users to log in with email/password and also Google. Then have a button in the App for changing passwords, do I have to handle making an API call to Google if the user signed in via Google?

@tonyZ,

Welcome to the Auth0 Community Forum!

Google manages the passwords for their service. Users will have to change passwords through google.

Passwords in auth0 can be changed through the lock widget flow or via the management api or authentication API. These options allow you to choose to use Auth0’s existing UI by creating a PW change ticket that is sent to the user’s email, or by updating the users information manually via API.

Hope this helps!

Thanks,
Dan

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