]> git.openstreetmap.org Git - rails.git/commit
Reduce welcome email to minimal text
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 16 Jul 2013 00:53:03 +0000 (17:53 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 12 Aug 2013 20:34:40 +0000 (13:34 -0700)
commit2690342b08187db340afd6a6a1f4789f0f9564b7
tree33f65c3c62c4f185ebcd79fc7eb1f5b88b69535f
parente3aaa6dd4b90320f7cad0efe66646692710a849b
Reduce welcome email to minimal text

Instead, redirect newly-confirmed users to the welcome
page. If confirmation is not required, redirect immediately
and don't send an email.
app/controllers/user_controller.rb
app/models/notifier.rb
app/views/notifier/signup_confirm.html.erb
app/views/notifier/signup_confirm.text.erb
config/locales/en.yml
config/routes.rb
test/integration/user_creation_test.rb