From 785810cf96feca8025abc7eb6db529f34076fe26 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 27 Sep 2013 04:08:10 +0000 Subject: [PATCH] * VRFS-711 - completed, need at least one test though for cold signup path --- web/app/controllers/users_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/controllers/users_controller.rb b/web/app/controllers/users_controller.rb index 8193c1220..55904eaee 100644 --- a/web/app/controllers/users_controller.rb +++ b/web/app/controllers/users_controller.rb @@ -118,6 +118,7 @@ class UsersController < ApplicationController @user = UserManager.new.signup_confirm(signup_token, request.remote_ip) if !@user.nil? && !@user.errors.any? + UserMailer.welcome_message(@user).deliver sign_in @user redirect_to :client elsif !@user.nil?