1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-02 16:58:30 +00:00
This commit is contained in:
Guillaume Ayoub 2015-10-21 02:15:54 +02:00
parent eb39eb41c3
commit 156394ea81

View file

@ -1162,7 +1162,7 @@ With the htpasswd access, many encryption methods are available, and crypt is th
default one in Radicale. Unfortunately, the ``crypt`` module is unavailable on default one in Radicale. Unfortunately, the ``crypt`` module is unavailable on
Windows, you have to pick another method on this OS. Windows, you have to pick another method on this OS.
Additional ``md5`` and ``bcrypt`` versions are available when the ``passlib`` Additional ``md5`` and ``bcrypt`` methods are available when the ``passlib``
module is installed. module is installed.
IMAP Authentication IMAP Authentication