From a922957f768b61dcd12fa166488c5a9017b57428 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 24 May 2016 16:18:27 +0200 Subject: add default token auth config on install, upgrade and add it to sample config --- config/config.sample.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/config.sample.php b/config/config.sample.php index 2a368965fba..ffdce5cc2d5 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -194,6 +194,13 @@ $CONFIG = array( */ 'session_keepalive' => true, +/** + * Enforce token authentication for clients, which blocks requests using the user + * password for enhanced security. Users need to generate tokens in personal settings + * which can be used as passwords on their clients. + */ +'token_auth_enforced' => false, + /** * The directory where the skeleton files are located. These files will be * copied to the data directory of new users. Leave empty to not copy any -- cgit v1.2.3