Skip to content

Commit

Permalink
Remove confusing EMAIL_HOST_PASSWORD setting in SMTP configuration.
Browse files Browse the repository at this point in the history
This was one of the various configuration options made confusing by
the secrets-to-configuration migration.

Fixes zulip#27.
  • Loading branch information
timabbott committed Sep 27, 2015
1 parent db51a1c commit 2c6bfe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zproject/local_settings_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
# or empty to skip sending email.
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
# If you're using password auth, you will need to put the password in
# /etc/zulip/zulip-secrets.conf as email_host_password.
EMAIL_PORT = 587
EMAIL_USE_TLS = True

Expand Down

0 comments on commit 2c6bfe1

Please sign in to comment.