From 0e66875ace5baf3b86221abd7db86293422c0898 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 18 Jun 2007 07:20:08 +0000 Subject: [PATCH] Make it clear that new accounts need to be actived by clicking on the confirm link in the email before they can be used. --- app/controllers/user_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5