Skip to content

Commit

Permalink
Disable signup mail by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dhamaniasad committed Dec 2, 2017
1 parent 9aa2178 commit 0cb6797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ override.py
crestify/static/gen
*.DS_Store
.codeintel
.vscode
1 change: 1 addition & 0 deletions defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
SECURITY_CHANGE_URL = '/manager/settings/changepassword'
SECURITY_PASSWORD_HASH = 'bcrypt'
SECURITY_PASSWORD_SALT = 'insecure'
SECURITY_SEND_REGISTER_EMAIL = False # Disable sending register email so we don't need SMTP

MAIL_SERVER = 'smtp.mailserver.com'
MAIL_PORT = 587
Expand Down

0 comments on commit 0cb6797

Please sign in to comment.