Is there any way that a User can reset his/hers password while logged in (by providing the current password)?
g
garyaustin
03/05/2022, 3:57 PM
Not unless you role your own functions to check and change the password with an rpc call. There is work in gotrue to allow password change with a code sent to the users email.
Some discussion on password reset: https://github.com/supabase/gotrue/pull/309
s
Señor Bruno
03/05/2022, 4:23 PM
hmmm I see. I am using the js client. So weird this is not there. Its pretty important