-
Notifications
You must be signed in to change notification settings - Fork 0
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
It's not possible to update your email address #6
Comments
This is a problem since I don't know how to handle it. Should we just accept if they want to update their email or require some confirmation? |
Hrm. I think it would be good to require them confirming through a token / link sent to their email. |
Perhaps a similar functionality to confirm your email could be used when deleting your account? Although, it might be unnecessary since the user has logged in with that email. But it reduces the risk that someone deletes the account maliciously. |
I believe this should be included in the minimum viable product. At the very least, there should be a confirmation front-end wise where you have to type in the email address twice and that you acknowledge that it is impossible to regain control of your account if you no longer have access to that email (unless you reach out to us). |
The board decided this isn't necessary for MVP. |
There is no such field in
updateUser
.digitalungdom-api/src/api/validators/user.ts
Lines 66 to 95 in 5725e49
The text was updated successfully, but these errors were encountered: