Browse Source

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

radicale2: Document suggested use of passlib and bcrypt
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
4075f4eeb9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      net/radicale2/Makefile

+ 7
- 1
net/radicale2/Makefile View File

@ -49,8 +49,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


Loading…
Cancel
Save