From c3c11a5edc9a400976d0d5d3e4e5ded67efe1de0 Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 22 May 2020 19:43:14 +0200 Subject: [PATCH] Fix documentation of auth and rights backends --- DOCUMENTATION.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index d04c0c1b..9847d584 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -608,8 +608,8 @@ The method to verify usernames and passwords. Available backends: -`None` -: Just allows all usernames and passwords. It also disables rights checking. +`none` +: Just allows all usernames and passwords. `htpasswd` : Use an @@ -626,7 +626,7 @@ Available backends: authentication. This can be used to provide the user name from a reverse proxy. -Default: `None` +Default: `none` #### htpasswd_filename @@ -684,9 +684,6 @@ address books directly via URL. Available backends: -`None` -: Everyone can read and write everything. - `authenticated` : Authenticated users can read and write everything.