Hi all, How would I allow a user to change/update...
# help
r
Hi all, How would I allow a user to change/update their email address and/or password from their profile page? I can't seem to find any tutorials on that...
n
Hello @rchrdnsh! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! 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.
🆕 allow user to changeupdate email address andor password in prolfile page?
g
You can use this method for a logged in user: https://supabase.com/docs/reference/javascript/auth-update
n
allow user to changeupdate email address andor password in prolfile page?
r
hmmmmm...so I would use this in the same component that I use the
profiles
public schema, and just mix them together, I guess?
hmm...also, how would I show the user their current email address?
g
The SB user object should have it.