-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
As a user, I should be able to request changing my email, so that I can later confirm the change.
- A user should be able to request changing email (POST /user/email-change-request {password, oldEmail, newEmail})
- Upon success, he/she should get a mail with a confirmation link in his new email box
- By clicking on the link, he/she should be able to go to the front end when this endpoint will be called: PATCH / user/email {token: a-je-token} and email will be changed.
- Old login token should be invalidated upon email change.
Metadata
Metadata
Assignees
Labels
No labels