zulip/zerver/views/development
swayam0322 16988a5188 find_account: Remove emails as URL parameters.
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
2024-01-16 09:39:00 -08:00
..
__init__.py
cache.py models: Extract zerver.models.clients. 2023-12-16 22:08:44 -08:00
camo.py coverage: Clean up coverage configuration. 2023-05-31 13:53:04 -07:00
dev_login.py models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
email_log.py find_account: Remove emails as URL parameters. 2024-01-16 09:39:00 -08:00
integrations.py models: Extract zerver.models.realms. 2023-12-16 22:08:44 -08:00
registration.py confirmation: Rename create_confirmation_link realm_creation arg. 2023-12-08 23:49:10 -08:00