Skip to content
Back

Need help with email updation after successful registration

  • 0
  • Auth
  • Cloud
BeingPsyche
3 May, 2025, 08:20

Building an app where users can update their email! To ensure security, I'm looking into the best way to verify the new email address. Any insights or best practices you guys can share?

Account:

const result = await account.updateEmail( 'email@example.com', // email 'password' // password );

Users:

TypeScript
const result = await users.updateEmail(
    '<USER_ID>', // userId
    'email@example.com' // email
);

I tried this function, but couldn't find the option for email verification using these function.

TL;DR
Developers building app for user registration seeking advice on verifying email after update. Unsure how to implement email verification using provided functions.
BeingPsyche
3 May, 2025, 08:23

Need help with email updation after successful registration

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more