diff options
author | francis <francis> | 2008-02-19 12:13:06 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-19 12:13:06 +0000 |
commit | d20aca0e18ffe2c826d5238661d4afc69d204094 (patch) | |
tree | 712ceec6983f2e6b6b6baa3638a8f9e8b951fd5a /app/controllers/user_controller.rb | |
parent | 2c575333f837f151c8c3b8d4c9fc70fab7502a75 (diff) |
Remove GovernmentSpy name
Diffstat (limited to 'app/controllers/user_controller.rb')
-rw-r--r-- | app/controllers/user_controller.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 4aad19cd4..a764bdb35 100644 --- a/app/controllers/user_controller.rb +++ b/app/controllers/user_controller.rb @@ -4,7 +4,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: user_controller.rb,v 1.24 2008-02-12 11:42:09 francis Exp $ +# $Id: user_controller.rb,v 1.25 2008-02-19 12:13:07 francis Exp $ class UserController < ApplicationController # XXX See controllers/application.rb simplify_url_part for reverse of expression in SQL below @@ -104,8 +104,8 @@ class UserController < ApplicationController @post_redirect = PostRedirect.new(:uri => params[:r], :post_params => {}, :reason_params => { :web => "", - :email => "Then your can sign in to GovernmentSpy.", - :email_subject => "Confirm your account on GovernmentSpy" + :email => "Then your can sign in to foi.mysociety.org", + :email_subject => "Confirm your account on foi.mysociety.org" }) @post_redirect.save! params[:token] = @post_redirect.token |