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

Handle case that user wants to change his email into one that already exists #68

Open
fynnlyte opened this issue Mar 7, 2023 · 0 comments

Comments

@fynnlyte
Copy link
Collaborator

fynnlyte commented Mar 7, 2023

Users occasionally want to change their email into an address with which they have already registered an account.

In that case, the email change requests indicates a success (because we don't allow account guessing) but nothing actually happens. The user is left in the dark.

Possible solution: Similar to the handling of the registration flow, send out an informational email that there is already an account associated with that email to the new email only. This way, the user can be informed that this account would need to be deleted before they can change into the mail.

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

No branches or pull requests

1 participant