mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-10 18:40:53 +00:00
Disable overloading BaseAuth login method
This commit is contained in:
parent
a4266c9690
commit
7df2fb35a7
4 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ class Auth(auth.BaseAuth):
|
|||
self.timeout = 5
|
||||
self.request_id_gen = itertools.count(1)
|
||||
|
||||
def login(self, login, password):
|
||||
def _login(self, login, password):
|
||||
"""Validate credentials.
|
||||
|
||||
Check if the ``login``/``password`` pair is valid according to Dovecot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue