mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
use different token
This commit is contained in:
parent
8604dacad0
commit
5a591b6471
1 changed files with 1 additions and 1 deletions
|
@ -283,6 +283,6 @@ class Auth(auth.BaseAuth):
|
|||
logger.debug("Login verification failed for user: '%s' ( method '%s')", login, method)
|
||||
else:
|
||||
# dummy delay
|
||||
(method, password_ok) = self._plain(str(htpasswd_mtime_ns), password)
|
||||
(method, password_ok) = self._plain(str(time.time_ns()), password)
|
||||
logger.debug("Login verification user not found: '%s'", login)
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue