mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Propagate change from the moulinette: authenticate -> _authenticate_credentials
This commit is contained in:
parent
1fcfe734e9
commit
c3e7587766
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Authenticator(BaseAuthenticator):
|
|||
self.basedn = "dc=yunohost,dc=org"
|
||||
self.admindn = "cn=admin,dc=yunohost,dc=org"
|
||||
|
||||
def authenticate(self, credentials=None):
|
||||
def _authenticate_credentials(self, credentials=None):
|
||||
|
||||
# TODO : change authentication format
|
||||
# to support another dn to support multi-admins
|
||||
|
|
Loading…
Add table
Reference in a new issue