mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
remove everything marked as DEPRECATED
This commit is contained in:
parent
e96410c6e7
commit
c7d1936cb6
7 changed files with 32 additions and 107 deletions
|
@ -27,5 +27,7 @@ from radicale import auth
|
|||
|
||||
|
||||
class Auth(auth.BaseAuth):
|
||||
def is_authenticated(self, user, password):
|
||||
return user == "tmp"
|
||||
def login(self, login, password):
|
||||
if login == "tmp":
|
||||
return login
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue