# HG changeset patch # User Jittat Fakcharoenphol # Date 2019-10-05 07:40:49 # Node ID 0f0c4f139f2bf1be1a3b814daec88ea468405a86 # Parent 1aa5e27cc4f1731406ad6c4edb79245894ceda90 re-added registration config diff --git a/db/seeds.rb b/db/seeds.rb --- a/db/seeds.rb +++ b/db/seeds.rb @@ -102,6 +102,14 @@ :default_value => 'false', :description => 'When true, any user can view/download test data' }, + + { + :key => 'system.online_registration', + :value_type => 'boolean', + :default_value => 'false', + :description => 'This option enables online registration.' + }, + # If Configuration['system.online_registration'] is true, the # system allows online registration, and will use these # information for sending confirmation emails.