From 03caddc95040ab3195a2a6653576e680ade3f44e Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 7 Jun 2017 21:38:05 +0200 Subject: [PATCH] The None auth backend disables rights checking --- configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.md b/configuration.md index c35dd3ce..17679f42 100644 --- a/configuration.md +++ b/configuration.md @@ -124,7 +124,7 @@ The method to verify usernames and passwords. Available backends: `None` -: Just allows all usernames and passwords. +: Just allows all usernames and passwords. It also disables rights checking. `htpasswd` : Use an [Apache htpasswd file](https://httpd.apache.org/docs/current/programs/htpasswd.html) to store