Add option to disable password change email.

This commit is contained in:
Joe Hand
2013-09-15 18:38:36 -06:00
parent 73ff1c00b3
commit 389d944aaf
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -64,6 +64,7 @@ _default_config = {
'PASSWORDLESS': False,
'CHANGEABLE': False,
'SEND_REGISTER_EMAIL': True,
'SEND_PASSWORD_CHANGE_EMAIL': True,
'LOGIN_WITHIN': '1 days',
'CONFIRM_EMAIL_WITHIN': '5 days',
'RESET_PASSWORD_WITHIN': '5 days',