zulip/templates/confirmation
Mateusz Mandera 2bfefe2ebd confirm_email_change: Use redirect-to-POST trick.
Just like with signup confirmation links, we shouldn't trigger email
change based on a GET to the confirmation URL - POST should be required.

So upon GET of the confirmation link, we serve a form which will
immediately be POSTed by JS code to finalize the email change.
2025-07-07 17:15:08 -07:00
..
confirm_email_change.html templates: Add HTML title element to templates that extend base/portico. 2022-09-19 20:17:17 -07:00
confirm_preregistrationuser.html confirm_email_change: Use redirect-to-POST trick. 2025-07-07 17:15:08 -07:00
link_does_not_exist.html portico_error_pages: Collect zerver error pages into a folder. 2024-06-05 09:06:44 -07:00
link_expired.html portico_error_pages: Collect zerver error pages into a folder. 2024-06-05 09:06:44 -07:00
link_malformed.html portico_error_pages: Collect zerver error pages into a folder. 2024-06-05 09:06:44 -07:00
redirect_to_post.html confirm_email_change: Use redirect-to-POST trick. 2025-07-07 17:15:08 -07:00