-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: email change on account with unverified email
Changing the email address on an account that did not already have a confirmed email would result in the email_confirmed column never being set. This commit fixes that. Additionally, an SQL statement using the unconfirmed email to identify a row was changed so it now uses the user ID instead, which is safer. Resolves: 759
- Loading branch information
1 parent
d38fb9f
commit 33de981
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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