core-geonetwork
core-geonetwork copied to clipboard
Cant change user email from admin ui, request to allow multiple email addresses
From admin user management page, you cannot open an existing user and just change its email. It's because a user can have many emails, but the ui just let us set one.
Why a user could have several mails, and how could you set them with the actual ui ? Should i just update the current mail when i try to update the user in the admin console ?
https://github.com/geonetwork/core-geonetwork/blob/develop/services/src/main/java/org/fao/geonet/services/user/Update.java#L214
First work on the server side part: 87ce783
The update user method can manage a single email or severals email separated by "|". The ui could be updated to add the multiple emails management.
@fgravin any plan to update the UI to allow multiple emails or can we close this by now?
I think this can be safely closed, it has not attracted sufficient interest to be worked on.
The creating a user instructions https://docs.geonetwork-opensource.org/4.2/administrator-guide/managing-users-and-groups/creating-user/
Do not describe the use of |
to allow multiple email addresses. Is this actually a feature that exists?