mastodon/app/controllers/auth
Patrick Figel 04ecf44c2f Add confirmation step for email changes (#6071)
* Add confirmation step for email changes

This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.

Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.

Fixes #3871

* Add review fixes
2018-01-02 16:55:00 +01:00
..
confirmations_controller.rb Add more instance stats APIs (#6125) 2017-12-29 19:52:04 +01:00
passwords_controller.rb Redirect to PasswordController#new when reset_password_token is invalid (#4506) 2017-08-03 17:45:45 +02:00
registrations_controller.rb Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
sessions_controller.rb Fix some rubocop style issues (#5730) 2017-11-17 10:06:26 +09:00