]> git.openstreetmap.org Git - rails.git/commitdiff
Improve the flash message shown after a user signs up
authorTom Hughes <tom@compton.nu>
Mon, 4 Oct 2010 18:10:00 +0000 (19:10 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 4 Oct 2010 18:11:01 +0000 (19:11 +0100)
Make the message a bit more friendly and include the email address
the confirmation was sent to.

app/controllers/user_controller.rb
config/locales/en.yml

index 86b79e8f4d26636ac909a59bcce3b1750217ef76..01c154705166d5a0d005282caf28ffe591492a1e 100644 (file)
@@ -70,7 +70,7 @@ class UserController < ApplicationController
       @user.terms_agreed = Time.now.getutc
 
       if @user.save
-        flash[:notice] = t 'user.new.flash create success message'
+        flash[:notice] = t 'user.new.flash create success message', :email => @user.email
         Notifier.deliver_signup_confirm(@user, @user.tokens.create(:referer => params[:referer]))
         redirect_to :action => 'login'
       else
index e090c02121fd3ea3effee32234fe0dca01468652..e2bcd1ef528d9f3f6950e9d516dc2d3869b5cd5b 100644 (file)
@@ -1540,7 +1540,7 @@ en:
       password: "Password:"
       confirm password: "Confirm Password:"
       continue: Continue
-      flash create success message: "User was successfully created. Check your email for a confirmation note, and you will be mapping in no time :-)<br /><br />Please note that you will not be able to login until you've received and confirmed your email address.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
+      flash create success message: "Thanks for signing up. We've sent a confirmation note to {{email}} and as soon as you confirm your account you'll be able to get mapping.<br /><br />If you use an antispam system which sends confirmation requests then please make sure you whitelist webmaster@openstreetmap.org as we are unable to reply to any confirmation requests."
       terms accepted: "Thanks for accepting the new contributor terms!"
     terms:
       title: "Contributor terms"