diff options
author | francis <francis> | 2008-02-28 14:25:51 +0000 |
---|---|---|
committer | francis <francis> | 2008-02-28 14:25:51 +0000 |
commit | daf2b2e4c0d5962137b33969424133ee81b10203 (patch) | |
tree | 23235df98bba0aa87b95a2bcc1b7990b30df10ab /app/controllers/user_controller.rb | |
parent | 44e843c46a269900f96857ff4a910cdb24a622ed (diff) |
Rename site to WhatDoTheyKnow
Diffstat (limited to 'app/controllers/user_controller.rb')
-rw-r--r-- | app/controllers/user_controller.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/controllers/user_controller.rb b/app/controllers/user_controller.rb index 954d44b17..03b93db6f 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.32 2008-02-28 12:29:43 francis Exp $ +# $Id: user_controller.rb,v 1.33 2008-02-28 14:25:51 francis Exp $ class UserController < ApplicationController # Show page about a set of users with same url name @@ -125,8 +125,8 @@ class UserController < ApplicationController post_redirect = PostRedirect.new(:uri => url , :post_params => {}, :reason_params => { :web => "", - :email => "Then your can change your password on foi.mysociety.org", - :email_subject => "Change your password on foi.mysociety.org" + :email => "Then your can change your password on WhatDoTheyKnow.com", + :email_subject => "Change your password on WhatDoTheyKnow.com" }) post_redirect.user = user_signchange post_redirect.save! @@ -179,8 +179,8 @@ class UserController < ApplicationController @post_redirect = PostRedirect.new(:uri => params[:r], :post_params => {}, :reason_params => { :web => "", - :email => "Then your can sign in to foi.mysociety.org", - :email_subject => "Confirm your account on foi.mysociety.org" + :email => "Then your can sign in to WhatDoTheyKnow.com", + :email_subject => "Confirm your account on WhatDoTheyKnow.com" }) @post_redirect.save! params[:token] = @post_redirect.token |