Add captcha_factor

This commit is contained in:
Jens Langhammer
2018-12-14 13:51:12 +01:00
parent c4cd602fcb
commit 196be4b3b0
8 changed files with 47 additions and 0 deletions

View File

@ -52,6 +52,7 @@ AUTHENTICATION_BACKENDS = [
AUTHENTICATION_FACTORS = [
'passbook.core.auth.backend_factor.AuthenticationBackendFactor',
'passbook.core.auth.dummy.DummyFactor',
'passbook.captcha_factor.factor.CaptchaFactor',
]
# Application definition
@ -75,6 +76,7 @@ INSTALLED_APPS = [
'passbook.oauth_provider',
'passbook.saml_idp',
'passbook.totp',
'passbook.captcha_factor',
]
# Message Tag fix for bootstrap CSS Classes