summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-13 10:55:50 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-13 10:55:50 -0500
commit047236711e0e92a4d00d3009eb2fccf97b78a538 (patch)
tree2539ff11150f08940ba6dca482e0d891f15c17d1 /doc
parent1e3429b54b7a49c03c29ad6486b02830b96c9324 (diff)
Update doc and default config file for new config option
Diffstat (limited to 'doc')
-rw-r--r--doc/config.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/config.markdown b/doc/config.markdown
index 92ff2217..150cb6dc 100644
--- a/doc/config.markdown
+++ b/doc/config.markdown
@@ -267,6 +267,9 @@ define('API_AUTHENTICATION_HEADER', '');
// 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);
+
// Override API token stored in the database, useful for automated tests
define('API_AUTHENTICATION_TOKEN', 'My unique API Token');
```