Allow auth backends to provide login and password

This is used to implement an auth backend that takes the credentials from an HTTP header (e.g. accounts are managed by an reverse proxy)
This commit is contained in:
Unrud
2017-05-31 02:05:55 +02:00
parent 8bc45aeb24
commit 09bde14e50
3 changed files with 32 additions and 6 deletions

2
config
View File

@ -66,7 +66,7 @@
[auth]
# Authentication method
# Value: None | htpasswd
# Value: None | htpasswd | remote_user | http_x_remote_user
#type = None
# Htpasswd filename