Allow importing of users without full name

This commit is contained in:
Gerhard Schlager 2021-07-22 14:12:31 +02:00
parent 59223b283a
commit 4d69eae996

View File

@ -85,7 +85,8 @@ class ImportScripts::Base
clean_up_inactive_users_after_days: 0,
clean_up_unused_staged_users_after_days: 0,
clean_up_uploads: false,
clean_orphan_uploads_grace_period_hours: 1800
clean_orphan_uploads_grace_period_hours: 1800,
full_name_required: false
}
end