email authentication enabled by default

Closes #6658
This commit is contained in:
Serghei Mihai 2015-03-10 07:09:25 +01:00
parent 4b746622f8
commit 7de4f82778
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class AppSettings(object):
@property
def ACCEPT_EMAIL_AUTHENTICATION(self):
return getattr(self.settings,
'A2_ACCEPT_EMAIL_AUTHENTICATION', False)
'A2_ACCEPT_EMAIL_AUTHENTICATION', True)
@property
def REALMS(self):