zulip/zproject
Tim Abbott 70d509196d backends: Call send_initial_pms on other user creation paths.
This fixes a problem we've seen where LDAP users were not getting this
part of the onboarding process, and a similar problem for human users
created via the API.

Ideally, we would have put these fixes in process_new_human_user, but
that would cause import loop problems.
2017-10-24 09:03:53 -07:00
..
jinja2 zproject: Remove absolute_import. 2017-09-27 20:20:07 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py backends: Call send_initial_pms on other user creation paths. 2017-10-24 09:03:53 -07:00
dev_settings.py server settings: Add setting for MAILING_ADDRESS. 2017-10-19 00:04:07 -07:00
dev_urls.py test_emails: Generate emails instead of hardcoding. 2017-09-26 15:02:47 -07:00
legacy_urls.py urls: Move the report endpoints to be API-style routes. 2017-10-17 22:05:56 -07:00
prod_settings_template.py push_notifications: Add setting to redact content. 2017-10-19 18:16:06 -07:00
settings.py settings: Remove remaining DEPLOYMENT_ROLE_* code remnants. 2017-10-23 21:15:03 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py tests: Don't use caching session engine in tests. 2017-10-06 12:22:20 -07:00
urls.py urls: Move the API URLs above the random other endpoints. 2017-10-17 22:09:22 -07:00
wsgi.py python: Add lint rule banning 'from os.path import'. 2017-09-22 04:55:38 -07:00