]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/user_controller.rb
Make it clear that new accounts need to be actived by clicking on the
[rails.git] / app / controllers / user_controller.rb
index 459058ee5bc4c0a1970bd849cd6a02126eb2675b..f01157bc011fd3afa5ee9313faadef422172c7c0 100644 (file)
@@ -11,7 +11,7 @@ class UserController < ApplicationController
     @user.set_defaults
 
     if @user.save
-      flash[:notice] = 'User was successfully created. Check your email for a confirmation note, and you\'ll be mapping in no time :-)'
+      flash[:notice] = "User was successfully created. Check your email for a confirmation note, and you\'ll be mapping in no time :-)<br>Please note that you won't be able to login until you've received and confirmed your email address."
       Notifier::deliver_signup_confirm(@user)
       redirect_to :action => 'login'
     else