From 8e8ea2f74200175f1572b88b730eef883394407a Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Wed, 16 Oct 2013 14:50:22 +0200 Subject: [PATCH] Add a line about auth methods being not secure --- pages/user_documentation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 5ce2aaf0..feeaf39d 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -704,6 +704,11 @@ options offered by these authentication modules. Some authentication methods need additional modules, see `Python Versions and OS Support`_ for further information. +Please note that these modules have not been verified by security experts. If +you need a really secure way to handle authentication, you should put Radicale +behind a real HTTP server and use its authentication and rights management +methods. + Rights Management -----------------