diff options
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 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'); |