Update doc and default config file for new config option

This commit is contained in:
Frederic Guillot
2016-02-13 10:55:50 -05:00
parent 1e3429b54b
commit 047236711e
4 changed files with 10 additions and 3 deletions

View File

@@ -166,6 +166,9 @@ define('ENABLE_URL_REWRITE', false);
// Hide login form, useful if all your users use Google/Github/ReverseProxy authentication
define('HIDE_LOGIN_FORM', false);
// Disabling logout (for external SSO authentication)
define('DISABLE_LOGOUT', false);
// Enable captcha after 3 authentication failure
define('BRUTEFORCE_CAPTCHA', 3);