mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +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
|
@ -29,7 +29,7 @@ from radicale import auth
|
|||
|
||||
class Auth(auth.BaseAuth):
|
||||
|
||||
def login(self, login: str, password: str) -> str:
|
||||
def _login(self, login: str, password: str) -> str:
|
||||
if login == "tmp":
|
||||
return login
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue