Password change in the supabase dashboard

Hello, Is there a way to change a users password in the supabase dashboard (me as an admin wants to change the users password)? The user does not have access to his email account anymore and therefore I want to change the users password to log in again and change his email. Really appreciate an answer.
1 Reply
garyaustin
garyaustin4w ago
Not from the dashboard. You would need to run this https://supabase.com/docs/reference/javascript/auth-admin-generatelink from server side or edge function to change their password.
JavaScript: Generate an email link | Supabase Docs
Supabase API reference for JavaScript: Generate an email link

Did you find this page helpful?