2626 Fix user profile update - #3462
Draft
arshiamasih wants to merge 7 commits into
Draft
Conversation
arshiamasih
commented
Aug 25, 2026
Comment on lines
+170
to
+178
| user: { | ||
| id: updatedUser.id, | ||
| firstName: updatedUser.firstName, | ||
| lastName: updatedUser.lastName, | ||
| email: updatedUser.email, | ||
| isAdmin: updatedUser.isAdmin, | ||
| emailConfirmed: updatedUser.emailConfirmed, | ||
| isSecurityAdmin: updatedUser.isSecurityAdmin | ||
| } |
Member
Author
There was a problem hiding this comment.
@entrotech hmm maybe it is overkill to send the entire user what do you think? We need to update userContext on front end when updating names only since we don't force a log out.
arshiamasih
marked this pull request as draft
August 25, 2026 22:15
…vices that use confirm registration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes did you make?
Why did you make the changes (we will use this info to test)?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Visuals before changes are applied
[BEFORE] Updating only the names and not the email address triggers the email verification flow.
Visuals after changes are applied
[AFTER NAME ONLY] Updating only the Name(s) displays a success message and does not trigger the email verification flow.
[AFTER WITH EMAIL] Updating the Email only OR Email and Name(s) triggers the email verification flow:
Email change only:
Email + Name change: