mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Earlier, after a successful POST request on find accounts page users were redirected to a URL with the emails (submitted via form) as URL parameters. Those raw emails in the URL were used to display on a template. We no longer redirect to such a URL; instead, we directly render a template with emails passed as a context variable. Fixes part of #3128