misc: rename authentication "frontend" to "authenticator" (#14475)

This commit is contained in:
Serghei Mihai 2019-03-06 14:48:50 +01:00
parent 366933f912
commit 9cedebd7b8
2 changed files with 3 additions and 3 deletions

View File

@ -13,5 +13,5 @@ class Plugin(object):
return ['authentic2_auth_kerberos.backends.A2LdapKerberosBackend',
'authentic2_auth_kerberos.backends.A2KerberosBackend']
def get_auth_frontends(self):
return ['authentic2_auth_kerberos.auth_frontends.KerberosFrontend']
def get_authenticators(self):
return ['authentic2_auth_fedict.authenticators.KerberosAuthenticator']

View File

@ -3,7 +3,7 @@ from django import forms
from . import app_settings, utils
class KerberosFrontend(object):
class KerberosAuthenticator(object):
def enabled(self):
return app_settings.ENABLE