diff --git a/db/seeds.rb b/db/seeds.rb --- a/db/seeds.rb +++ b/db/seeds.rb @@ -54,12 +54,19 @@ }, { - :key => 'system.hall_of_fame_available', + :key => 'right.user_hall_of_fame', :value_type => 'boolean', :default_value => 'false', :description => 'If true, any user can access hall of fame page.' }, + { + :key => 'right.user_view_submission', + :value_type => 'boolean', + :default_value => 'false', + :description => 'If true, any user can view submissions of every one.' + }, + # If Configuration['system.online_registration'] is true, the # system allows online registration, and will use these # information for sending confirmation emails.