summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index 514a8121..38453455 100644
--- a/config.default.php
+++ b/config.default.php
@@ -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);