Commit e1d1cd197522c861a2512aee7167f3db01c0416a

Authored by Antonio Terceiro
1 parent d42258c3

quick-start: disable email confirmation in development

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
script/quick-start
... ... @@ -85,6 +85,7 @@ fi
85 85 run rake db:schema:load
86 86 run rake db:data:minimal
87 87 run rake db:test:prepare
  88 +run rails runner 'Environment.default.enable("skip_new_user_email_confirmation")'
88 89  
89 90 # FIXME compile translations depends on ruby-gettext-rails, please see debian/control
90 91 # run rake noosfero:translations:compile
... ...