zulip/zerver/views/development
Eeshan Garg 5e33ae8adf demo-orgs: Create dev environment demo organization without email.
To make creation of demo organizations feel lightweight for users,
we do not want to require an email address at sign-up. Instead an
empty string will used for the new realm owner's email. Currently
implements that for new demo organizations in the development
environment.

Because the user's email address does not exist, we don't enqueue
any of the welcome emails upon account/realm creation, and we
don't create/send new login emails.

This is a part of #19523.

Co-authored by: Tim Abbott <tabbott@zulip.com>
Co-authored by: Lauryn Menard <lauryn@zulip.com>
2023-08-31 15:02:16 -07:00
..
__init__.py
cache.py per-request caches: Add per_request_cache library. 2023-08-11 11:09:34 -07:00
camo.py coverage: Clean up coverage configuration. 2023-05-31 13:53:04 -07:00
dev_login.py dev_login: Pass realm as arg to select_related calls. 2023-07-20 10:44:39 -07:00
email_log.py welcome-emails: Separate followup_day1 email from other welcome emails. 2023-07-11 14:15:52 -07:00
integrations.py requirements: Upgrade Python requirements. 2023-07-19 16:14:59 -07:00
registration.py demo-orgs: Create dev environment demo organization without email. 2023-08-31 15:02:16 -07:00
user_groups.py user_groups: Make locks required for updating user group memberships. 2023-08-24 17:21:08 -07:00