How to set a password if we are logged in via a provider?
I am trying to create an account management system, but changePassword requires the current password. but i logged in through google. how do I properly handle this senerio? I want to user to be able to set a password if they haven't already.
4 Replies
:aPES2_HmmmmMenacing: this is what I am trying to do, and i also want to show if they are connected via email and password or not.

please refer to this - https://www.better-auth.com/docs/concepts/users-accounts#set-password
User & Accounts | Better Auth
User and account management.
Ahh thank you so basically same as what I am doing now reset password flow
Yeah