Allow importing of users without full name
This commit is contained in:
parent
59223b283a
commit
4d69eae996
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user