diff --git a/radicale/auth/htpasswd.py b/radicale/auth/htpasswd.py index 67c9b769..8bba1f78 100644 --- a/radicale/auth/htpasswd.py +++ b/radicale/auth/htpasswd.py @@ -41,7 +41,7 @@ out-of-the-box: - plain-text (created by htpasswd -p...) -- INSECURE - MD5-APR1 (htpasswd -m...) -- htpasswd's default method -When passlib[bcrypt] is installed: +When bcrypt is installed: - BCRYPT (htpasswd -B...) -- Requires htpasswd 2.4.x