Cant change user-email-address

Hey,

cant change emailaddresses of users. After editing a users email and klicking the apply button, the email is still the old one.

I am logged in as user admin with admin privileges. Version is Nextcloud Hub 3 (25.0.1). Its the Nextcloud appliance from Hansson IT.

No Event logged in Admin > Logging and no errors in the WebUI.

Tried to relog as admin and also rebooted the server.

Any Ideas?

What happens if you use occ to change the email address?

https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/occ_command.html#user-commands

Changing email with occ worked.

Whats wrong with the web-gui?

FYI: With Hansson IT Nextcloud Appliance you can use the OCC alias. For example:

sudo -u
nextcloud_occ user:setting username settings email “new@e.mail”

So, i can change email addresses over the web GUI again and I dont know why.

I think the problem was, that the SMTP-Server was not functional.

Can this be a possible reason?

Hello,
the same here : A user that has firstly signed in with email1 can apparently change his email address to email2 and login and update his password etc. with email2, BUT email1 remains visible in its profile and he can not remove it.
Does anyone have any idea of how a user can defintively and permanently remove email1 and use email2 ?
I am Nextcloud admin but not server admin so I have no access to occ commands.
I can see that in the Nextcloud database in oc_accounts_data and several other tables, email1 remains unchanged. As if email1 was set to be its identifying unique ID forever. Strange and not satisfying