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

User shall be able to change his/her mail adress by REST API #3583

Open
de-jcup opened this issue Nov 5, 2024 · 1 comment
Open

User shall be able to change his/her mail adress by REST API #3583

de-jcup opened this issue Nov 5, 2024 · 1 comment

Comments

@de-jcup
Copy link
Member

de-jcup commented Nov 5, 2024

Situation

Currently only an administrator is able to change the user mail address

Wanted

A user shall be able to change his/her email address via REST.
The process shall ensure that the user has access to the mail address.

Solution

The process shall be similar to the registration process

  1. A mail is sent to user to the old mail address.
  2. Inside the mail there is a link with a one time token (valid for 10-24 hours)
  3. The link is a deep link to a hidden Web UI Page
  4. When the user opens the link he will shown two input fields (both for the email)
  5. After entering the new email address confirming the email is changed
  6. The user is rerouted to the login page from where he should be able to login with his new email
@de-jcup
Copy link
Member Author

de-jcup commented Nov 5, 2024

The process is related to #2374 - the rules shall be applied to user mail address changes from user side but also from administrator side!

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