mirror of https://github.com/zulip/zulip.git
auth: Fix error on startup in django-two-factor-auth in Django 2.1+.
https://github.com/Bouke/django-two-factor-auth/issues/297 This setting was added in 1.9 version of the app and can be used harmleslly in our current Django 1.11-based code and will prevent an error on Django 2.1+ when we move there.
This commit is contained in:
parent
0e7c97378e
commit
6a7cdfa2c1
|
@ -1064,3 +1064,5 @@ CROSS_REALM_BOT_EMAILS = {
|
|||
}
|
||||
|
||||
THUMBOR_KEY = get_secret('thumbor_key')
|
||||
|
||||
TWO_FACTOR_PATCH_ADMIN = False
|
||||
|
|
Loading…
Reference in New Issue