Closed
Description
Feature Description
As an admin, I should be able to delete an email for a user through the "User Emails" page under Site Administration.
Currently, the only action possible there is to activate or deactivate an existing email.
It would be nice to be able to add an email there too, though the workaround for that is to change the email from the "Edit User Account" page (which adds a new email, rather than changing the existing one)
It would also be nice to be able to change an existing email without needing to add and delete.
I'll note that there is an API endpoint (DELETE /user/emails, with SudoHeader set) but apparently no UI support.
Screenshots
No response