Skip to content

Allow primary email to be set to an email that you've already added.

Douwe Maan requested to merge change-primary-email into master

Fixes gitlab-com/support-forum#106 (closed).

When the user sets their primary email to an email that they've already added to their account, this patch makes sure that secondary email record is destroyed, and a new email record is created for the old primary email. This is based on the assumption that in this case no email was meant to be deleted, but the user simply wanted to change which of their emails is primary.

Merge request reports