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

@@ -154,3 +154,5 @@ define('API_AUTHENTICATION_HEADER', '');
// Enable/disable url rewrite
define('ENABLE_URL_REWRITE', false);
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
define('HIDE_LOGIN_FORM', false);