bypass DEFAULT_FROM_EMAIL warning

This commit is contained in:
Thomas NOËL 2015-03-14 10:37:30 +01:00
parent f9d2d7ec32
commit 7d0c6f47a7
1 changed files with 3 additions and 0 deletions

View File

@ -129,3 +129,6 @@ LDAP_AUTH_SETTINGS = [
}
]
AUTHENTICATION_BACKENDS = ('authentic2.backends.LDAPBackend',)
# bypass authentic2 warning: "DEFAULT_FROM_EMAIL must be customized"
DEFAULT_FROM_EMAIL = 'root@localhost'