1
0
Fork 0
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:
Peter Bieringer 2024-03-16 08:56:04 +01:00
parent a65e995c53
commit 9a2d42afab

View file

@ -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