Add config parameter to hide login form

This commit is contained in:
Frederic Guillot
2015-07-16 21:06:47 -04:00
parent 94068019db
commit b0ac201340
4 changed files with 22 additions and 10 deletions

View File

@@ -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);
```