Commit e1d1cd197522c861a2512aee7167f3db01c0416a
1 parent
d42258c3
Exists in
master
and in
29 other branches
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,6 +85,7 @@ fi | ||
85 | run rake db:schema:load | 85 | run rake db:schema:load |
86 | run rake db:data:minimal | 86 | run rake db:data:minimal |
87 | run rake db:test:prepare | 87 | run rake db:test:prepare |
88 | +run rails runner 'Environment.default.enable("skip_new_user_email_confirmation")' | ||
88 | 89 | ||
89 | # FIXME compile translations depends on ruby-gettext-rails, please see debian/control | 90 | # FIXME compile translations depends on ruby-gettext-rails, please see debian/control |
90 | # run rake noosfero:translations:compile | 91 | # run rake noosfero:translations:compile |