diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.markdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config.markdown b/docs/config.markdown index ed9f5508..aca605ca 100644 --- a/docs/config.markdown +++ b/docs/config.markdown @@ -202,4 +202,7 @@ define('MARKDOWN_ESCAPE_HTML', true); // API alternative authentication header, the default is HTTP Basic Authentication defined in RFC2617 define('API_AUTHENTICATION_HEADER', ''); + +// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication +define('HIDE_LOGIN_FORM', false); ``` |