SupabaseS
Supabase4y ago
TARS

Login with e-mail & password

hello,

I'm doing an admin app where there is no 'sign up' functionality, obviously. And I want to use e-mail/password for auth. So I want to be able to "send invitation" from supabase to a new user to this admin app, and it seems to be working.

But when this user gets the e-mail and presses the link, he will be logged in. But he still doesn't have a password, so I want him to come to "create a password" / profile page directly but I'm not sure how to do this. Also, when is there a row in supabase profile table called password? It's not there per default.

Please give me some general idea how a workflow for making this happen could look like, thanks!
Was this page helpful?