]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/confirmations_controller.rb
Fix the email address that's suggested for whitelisting
[rails.git] / app / controllers / confirmations_controller.rb
index b77ed09b3138caf9092cc0a3505ad5bb58aae652..f9de54df0aa20559ada7d2e3b30bbe0be2bebe26 100644 (file)
@@ -66,7 +66,7 @@ class ConfirmationsController < ApplicationController
       flash[:error] = t "confirmations.confirm_resend.failure", :name => params[:display_name]
     else
       UserMailer.signup_confirm(user, user.tokens.create).deliver_later
-      flash[:notice] = t "confirmations.confirm_resend.success_html", :email => user.email, :sender => Settings.support_email
+      flash[:notice] = t "confirmations.confirm_resend.success_html", :email => user.email, :sender => Settings.email_from
     end
 
     redirect_to login_path