diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-13 10:55:50 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-13 10:55:50 -0500 |
commit | 047236711e0e92a4d00d3009eb2fccf97b78a538 (patch) | |
tree | 2539ff11150f08940ba6dca482e0d891f15c17d1 /config.default.php | |
parent | 1e3429b54b7a49c03c29ad6486b02830b96c9324 (diff) |
Update doc and default config file for new config option
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index cc92daa3..52c0c143 100644 --- a/config.default.php +++ b/config.default.php @@ -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); |