gitlab-org--gitlab-foss/app/controllers/profiles
Dmitriy Zaporozhets 4291e28af7 Merge branch 'change-primary-email' into 'master'
Allow primary email to be set to an email that you've already added.

Fixes gitlab-com/support-forum#106.

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.

See merge request !591
2015-05-03 11:00:51 +00:00
..
accounts_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
application_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
avatars_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
emails_controller.rb Merge branch 'change-primary-email' into 'master' 2015-05-03 11:00:51 +00:00
keys_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
notifications_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
passwords_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00