add back get_auth_frontends to keep compatibility with current authentic

This commit is contained in:
Frédéric Péters 2019-03-20 16:43:32 +01:00
parent 95f57ef4bb
commit 245b6fc0a3
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ class Plugin(object):
def get_authentication_backends(self):
return ['authentic2_auth_fedict.backends.FedictBackend']
def get_auth_frontends(self):
return ['authentic2_auth_fedict.authenticators.FedictAuthenticator']
def get_authenticators(self):
return ['authentic2_auth_fedict.authenticators.FedictAuthenticator']