Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

275: Change password and email #21

Merged
merged 3 commits into from
Aug 21, 2021
Merged

Conversation

dulowski-marek
Copy link
Contributor

@dulowski-marek dulowski-marek commented Aug 9, 2021

Summary of change

This adds an interface method to SQL Storage to update an email within a transaction. This enforces the corresponding core logic to reuse existing update password method.

Related issues

Checklist for important updates

  • Changelog has been updated
  • [ ] Changes to the version if needed
    • In build.gradle
  • Had installed and ran the pre-commit hook
  • Issue this PR against the latest non released version branch.
    • To know which one it is, run find the latest released tag (git tag) in the format vX.Y.Z, and then find the latest branch (git branch --all) whose X.Y is greater than the latest released tag.
    • If no such branch exists, then create one from the latest released branch.

Remaining TODOs for this PR

None.

@dulowski-marek dulowski-marek self-assigned this Aug 9, 2021
@rishabhpoddar
Copy link
Contributor

Whilst this is OK, please only merge it when the associated core and db plugins PRs have also been approved.

@rishabhpoddar rishabhpoddar merged commit 101c0b5 into 2.8 Aug 21, 2021
@rishabhpoddar rishabhpoddar deleted the 275-change-password-and-email branch August 21, 2021 12:41
rishabhpoddar pushed a commit that referenced this pull request Aug 21, 2021
* Add update users email SQL method

* Update changelog

* adds duplicate email exception

Co-authored-by: Rishabh <[email protected]>
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.

2 participants