5
for signup with confirmation method, users with unconfirmed emails can signup again with the same emails but different passwords
Source: supabase/supabase#14994 · opened by @devhandler
but in db, it's actually still the same password when the users first signed up.
now after users confirm their emails this time, they won't be able to log in because they think the passwords are what they just submitted instead of the one during their first signups. this could be very confusing to users. i'm wondering if anyone has some feasible solutions?
ofc, what's really needed is the auth table can actually update the password whenever users use the same email (but unconfirmed) to signup again.
now after users confirm their emails this time, they won't be able to log in because they think the passwords are what they just submitted instead of the one during their first signups. this could be very confusing to users. i'm wondering if anyone has some feasible solutions?
ofc, what's really needed is the auth table can actually update the password whenever users use the same email (but unconfirmed) to signup again.
No pledges yet. Be the first to back this.
Comments
Similar requests
GoTrue: Allow to send confirmation emails when creating users through admin API
5 votes · 0 comments
Disable email confirmation for SSO signups.
1 vote · 0 comments
Improve DX: warn or block invite emails when Site URL is not configured
1 vote · 0 comments
I have an idea about the SignUp method
1 vote · 0 comments
Request for Improved Response Status in supabase.auth
7 votes · 0 comments
No comments yet.