diff --git a/radicale/auth/htpasswd.py b/radicale/auth/htpasswd.py index dd19ca0f..07f0b0fe 100644 --- a/radicale/auth/htpasswd.py +++ b/radicale/auth/htpasswd.py @@ -47,7 +47,7 @@ When bcrypt is installed: - BCRYPT (htpasswd -B ...) -- Requires htpasswd 2.4.x When argon2 is installed: - - ARGON2 (python -c 'from passlib.hash import argon2; print(argon2.using(type="ID").hash("password"))' + - ARGON2 (python -c 'from passlib.hash import argon2; print(argon2.using(type="ID").hash("password"))') """