discourse/app/views/users_email
Sam Saffron b57e108e84 FEATURE: improve email change workflow
- Show old and new email address during the process
- Ensure correct user is logged on when attempting to make email changes
- Support reloading a page during the email reset process without resubmit
of form
- Improve tests
- Fixed issue where redirect back to site was not linking correctly in
subfolder setups

Internal refactor of single action into 4 distinct actions that are simpler
to reason about.

This also removes the step that logs on an account after you confirm an
email change, since it is no longer needed which leaves us with safer
internals.

This left me no choice but to amend translations cause the old route was
removed.
2019-11-21 16:28:35 +11:00
..
show_confirm_new_email.html.erb FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00
show_confirm_old_email.html.erb FEATURE: improve email change workflow 2019-11-21 16:28:35 +11:00