added compatibility with a case-insensitive authentication provider
This commit is contained in:
@@ -27,5 +27,5 @@ from radicale import auth
|
||||
|
||||
class Auth(auth.BaseAuth):
|
||||
|
||||
def login(self, login: str, password: str) -> str:
|
||||
def _login(self, login: str, password: str) -> str:
|
||||
return login
|
||||
|
||||
Reference in New Issue
Block a user