From a65291ce1fba4f6df6484742403051765b9129c2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 31 Aug 2011 17:14:51 +0000 Subject: [PATCH] - web: show actual project info on "forget password?" page svn path=/trunk/boinc/; revision=24096 --- checkin_notes | 6 ++++++ html/user/get_passwd.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/checkin_notes b/checkin_notes index 47c6a9a2df..3faa258e3b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -5384,3 +5384,9 @@ David 31 Aug 2011 scheduler_op.cpp win_build/ libboincapi_staticrt.vcproj + +David 31 Aug 2011 + - web: show actual project info on "forget password?" page + + html/user/ + get_passwd.php diff --git a/html/user/get_passwd.php b/html/user/get_passwd.php index 271e0a3e0b..a4b754888d 100644 --- a/html/user/get_passwd.php +++ b/html/user/get_passwd.php @@ -52,9 +52,9 @@ echo "

"
  • ".tra("Open the file in a text editor like Notepad. You'll see something like")."
     <account>
    -    <master_url>http://lhcathome.cern.ch/</master_url>
    +    <master_url>".MASTER_URL."/</master_url>
         <authenticator>8b8496fdd26df7dc0423ecd43c09a56b</authenticator>
    -    <project_name>lhcathome</project_name>
    +    <project_name>".PROJECT."</project_name>
         ...
     </account>