mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
fix log message related to bcrypt+autodetect
This commit is contained in:
parent
9457699a32
commit
aadcc42eb3
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class Auth(auth.BaseAuth):
|
|||
import bcrypt
|
||||
except ImportError as e:
|
||||
raise RuntimeError(
|
||||
"The htpasswd encryption method 'bcrypt' or 'auto' requires "
|
||||
"The htpasswd encryption method 'bcrypt' or 'autodetect' requires "
|
||||
"the bcrypt module.") from e
|
||||
if encryption == "bcrypt":
|
||||
self._verify = functools.partial(self._bcrypt, bcrypt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue