summaryrefslogtreecommitdiffstats
path: root/default_settings.py
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2012-10-07 23:38:30 +0200
committerMarian Sigler <m@qjym.de>2012-10-07 23:38:30 +0200
commit752c33ad6a412d496fece6876e48ab6c7e2474a4 (patch)
tree4a7de3e9d9bf1e1b149c6c9b3511a0d41f68b643 /default_settings.py
parentb52de923cbb794b8dbc4d94c60c38088e26d95b5 (diff)
downloadweb-752c33ad6a412d496fece6876e48ab6c7e2474a4.tar.gz
web-752c33ad6a412d496fece6876e48ab6c7e2474a4.tar.bz2
web-752c33ad6a412d496fece6876e48ab6c7e2474a4.zip
Add "captcha"; Send mail when a new account is created.
Diffstat (limited to 'default_settings.py')
-rw-r--r--default_settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/default_settings.py b/default_settings.py
index 2a74829..62337ac 100644
--- a/default_settings.py
+++ b/default_settings.py
@@ -8,7 +8,8 @@ SECRET_KEY = 'remember to change this to something more random and secret'
PASSWORD_ENCRYPTION_KEY = '.\x14\xa7\x1b\xa2:\x1b\xb7\xbck\x1bD w\xab\x87a\xb4\xb7\xca\xf1\x06\xb0\x9f?q\x13\x05\x8dY\xe5<'
MAIL_DEFAULT_SENDER = 'help-me-help-me-please@spline.de'
-MAIL_CONFIRM_SENDER = 'spline accounts <noreply@account.spline.de>'
+MAIL_CONFIRM_SENDER = 'spline accounts <noreply@accounts.spline.de>'
+MAIL_REGISTER_NOTIFY = None
SENDMAIL_COMMAND = '/usr/sbin/sendmail'