mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
align log text
This commit is contained in:
parent
a65e995c53
commit
9a2d42afab
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class Auth(auth.BaseAuth):
|
|||
self._encoding = configuration.get("encoding", "stock")
|
||||
encryption: str = configuration.get("auth", "htpasswd_encryption")
|
||||
|
||||
logger.info("auth password encryption: %s", encryption)
|
||||
logger.info("auth htpasswd encryption is 'radicale.auth.htpasswd_encryption.%s'", encryption)
|
||||
|
||||
if encryption == "plain":
|
||||
self._verify = self._plain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue