zulip/zerver/views
Tim Abbott 90e61d3b61 Call process_new_human_user consistently when creating new users.
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.
2015-10-15 09:16:58 -04:00
..
__init__.py Call process_new_human_user consistently when creating new users. 2015-10-15 09:16:58 -04:00
messages.py Remove old is_super_user helper functions. 2015-09-20 11:13:20 -07:00
webhooks.py Use stock emoji in the pagerduty integration 2015-09-30 09:23:59 -07:00