Skip to content

Commit

Permalink
next forgotten leftover related to passlib[bcrypt] replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Mar 7, 2024
1 parent 66b374b commit 3ee6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radicale/auth/htpasswd.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- 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
Expand Down

0 comments on commit 3ee6e55

Please sign in to comment.