Merge pull request #10892 from cshoredaniel/pr-19.07-radicale2-doc-passlib-bcrypt

[19.07] radicale2: Document suggested use of passlib and bcrypt
This commit is contained in:
Hannu Nyman 2019-12-28 23:52:37 +02:00 committed by GitHub
commit 8df00a88e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,8 +52,14 @@ endef
define Package/radicale2/description
$(call Package/radicale2-meta/description)
.
This package contains the python files.
Note that md5 encryption of passwords requires passlib, and
bcrypt encryption requires passlib + bcrypt. These are not
added as hard dependencies as users may be running radicale2
with a web server doing the authentication instead of radicale2.
endef
define Package/radicale2-examples/description