Fix documentation of auth and rights backends

This commit is contained in:
Unrud 2020-05-22 19:43:14 +02:00
parent 8914567e58
commit 7c4409f93d

View File

@ -608,8 +608,8 @@ The method to verify usernames and passwords.
Available backends: Available backends:
`None` `none`
: Just allows all usernames and passwords. It also disables rights checking. : Just allows all usernames and passwords.
`htpasswd` `htpasswd`
: Use an : Use an
@ -626,7 +626,7 @@ Available backends:
authentication. This can be used to provide the user name from a reverse authentication. This can be used to provide the user name from a reverse
proxy. proxy.
Default: `None` Default: `none`
#### htpasswd_filename #### htpasswd_filename
@ -684,9 +684,6 @@ address books directly via URL.
Available backends: Available backends:
`None`
: Everyone can read and write everything.
`authenticated` `authenticated`
: Authenticated users can read and write everything. : Authenticated users can read and write everything.