core-geonetwork icon indicating copy to clipboard operation
core-geonetwork copied to clipboard

Cant change user email from admin ui, request to allow multiple email addresses

Open fgravin opened this issue 9 years ago • 5 comments

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 ?

fgravin avatar Nov 30 '15 16:11 fgravin

https://github.com/geonetwork/core-geonetwork/blob/develop/services/src/main/java/org/fao/geonet/services/user/Update.java#L214

fgravin avatar Nov 30 '15 16:11 fgravin

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 avatar Nov 30 '15 16:11 fgravin

@fgravin any plan to update the UI to allow multiple emails or can we close this by now?

Delawen avatar Sep 16 '16 09:09 Delawen

I think this can be safely closed, it has not attracted sufficient interest to be worked on.

jodygarnett avatar Feb 07 '24 23:02 jodygarnett

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?

jodygarnett avatar Feb 07 '24 23:02 jodygarnett