Skip to content

fix(auth): correct email and phone verification alert messages - #3158

Closed
sandeep-guttula wants to merge 1 commit into
appwrite:mainfrom
sandeep-guttula:fix-1392-verification-status-alerts
Closed

fix(auth): correct email and phone verification alert messages#3158
sandeep-guttula wants to merge 1 commit into
appwrite:mainfrom
sandeep-guttula:fix-1392-verification-status-alerts

Conversation

@sandeep-guttula

@sandeep-guttula sandeep-guttula commented Aug 13, 2026

Copy link
Copy Markdown

Summary

Fixes #1392 by updating verification success alerts on the user auth page so email and phone actions show the correct, field-specific message after verify/unverify.

Test plan

  • Start local Appwrite (http://localhost:9520) and console (bun dev)
  • Create a user with both email and phone in Auth
  • Verify email → alert says email verified (with/without user name)
  • Unverify email → alert says email is no longer verified
  • Verify phone → alert says phone verified (not inverted account message)
  • Unverify phone → alert says phone is no longer verified

Use field-specific success copy after verify/unverify actions so phone
updates no longer show inverted account-level status text.

Fixes appwrite#1392
@sandeep-guttula
sandeep-guttula force-pushed the fix-1392-verification-status-alerts branch from 9b54c22 to a799206 Compare August 13, 2026 18:14
@sandeep-guttula
sandeep-guttula deleted the fix-1392-verification-status-alerts branch August 13, 2026 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: Inconsistency in User Verification Status between Email and Phone Number

1 participant