- web: show actual project info on "forget password?" page

svn path=/trunk/boinc/; revision=24096
This commit is contained in:
David Anderson 2011-08-31 17:14:51 +00:00
parent c0f977b19c
commit a65291ce1f
2 changed files with 8 additions and 2 deletions

View File

@ -5384,3 +5384,9 @@ David 31 Aug 2011
scheduler_op.cpp scheduler_op.cpp
win_build/ win_build/
libboincapi_staticrt.vcproj libboincapi_staticrt.vcproj
David 31 Aug 2011
- web: show actual project info on "forget password?" page
html/user/
get_passwd.php

View File

@ -52,9 +52,9 @@ echo "<p><h3>"
<li> ".tra("Open the file in a text editor like Notepad. You'll see something like")." <li> ".tra("Open the file in a text editor like Notepad. You'll see something like")."
<pre> <pre>
&lt;account> &lt;account>
&lt;master_url>http://lhcathome.cern.ch/&lt;/master_url> &lt;master_url>".MASTER_URL."/&lt;/master_url>
&lt;authenticator>8b8496fdd26df7dc0423ecd43c09a56b&lt;/authenticator> &lt;authenticator>8b8496fdd26df7dc0423ecd43c09a56b&lt;/authenticator>
&lt;project_name>lhcathome&lt;/project_name> &lt;project_name>".PROJECT."&lt;/project_name>
... ...
&lt;/account> &lt;/account>
</pre> </pre>