From 6d2076e85940c38c3b00bc26ec932aae09712743 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Tue, 28 Nov 2017 16:29:49 -0800 Subject: Add config option to exclude fields from auth providers sync --- config.default.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 8834868f..ff411480 100644 --- a/config.default.php +++ b/config.default.php @@ -240,3 +240,6 @@ define('TOTP_ISSUER', 'Kanboard'); // Maximum number of events stored in the table "project_activities" define('PROJECT_ACTIVITIES_MAX_EVENTS', 10000); + +// Comma separated list of fields to not synchronize when using external authentication providers +define('EXTERNAL_AUTH_EXCLUDE_FIELDS', 'username'); -- cgit v1.2.3