* VRFS-711 - completed, need at least one test though for cold signup path

This commit is contained in:
Seth Call 2013-09-27 04:08:10 +00:00
parent a0a90a0eeb
commit 785810cf96
1 changed files with 1 additions and 0 deletions

View File

@ -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?