From: Tom Hughes Date: Mon, 18 Jun 2007 07:20:08 +0000 (+0000) Subject: Make it clear that new accounts need to be actived by clicking on the X-Git-Tag: live~8974 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/0e66875ace5baf3b86221abd7db86293422c0898?ds=sidebyside;hp=3a8432422204336c95510ebe3d8b68233e48949a Make it clear that new accounts need to be actived by clicking on the confirm link in the email before they can be used. --- diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 459058ee5..f01157bc0 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -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 :-)
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