diff options
author | Frédéric Guillot <fred@kanboard.net> | 2017-11-28 16:29:49 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2017-11-28 16:29:49 -0800 |
commit | 6d2076e85940c38c3b00bc26ec932aae09712743 (patch) | |
tree | 6110681fad8649f52d9410c93ce371aeb9c4d808 /config.default.php | |
parent | 436673247fc28ae05c6b17baf202ca26e1903862 (diff) |
Add config option to exclude fields from auth providers sync
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'); |