1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

fix for https://github.com/Kozea/Radicale/issues/1350 replacing passlib[bcrypt] with direct call to bcrypt

This commit is contained in:
Peter Bieringer 2024-03-06 22:42:37 +01:00
parent 34612c71f0
commit c4d80fd385
2 changed files with 4 additions and 8 deletions

2
config
View file

@ -60,7 +60,7 @@
# Htpasswd encryption method
# Value: plain | bcrypt | md5
# bcrypt requires the installation of radicale[bcrypt].
# bcrypt requires the installation of 'bcrypt' module.
#htpasswd_encryption = md5
# Incorrect authentication delay (seconds)