I only let my users sign up using a phone number a...
# help
t
I only let my users sign up using a phone number and password. How to let them reset their password if they forgot it? I can only find
resetPasswordForEmail
in
supabase-js
.
n
Hello @Thomas! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
your sign up confirmations are off? what value are you storing in auth.users in email column?
n
Thomas (2022-04-05)
t
I am signing up people only with phone number + password. They do have to verify the phone number with OTP. I am NOT storing any email. How can they reset their password then?
o
Hi this is not supported yet by the SDK. You can create an issue on the github to get the feature faster :p @Thomas