mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Previously we only did this when new human users were created via the login process, which meant the management command to create a user did not add the user to default streams (for example) and any future code that might want to register a new Zulip user (such as the LDAP integration) would need to import views/__init__.py in order to properly set this up.