mirror of https://github.com/BOINC/boinc.git
- web: show actual project info on "forget password?" page
svn path=/trunk/boinc/; revision=24096
This commit is contained in:
parent
c0f977b19c
commit
a65291ce1f
|
@ -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
|
||||
|
|
|
@ -52,9 +52,9 @@ echo "<p><h3>"
|
|||
<li> ".tra("Open the file in a text editor like Notepad. You'll see something like")."
|
||||
<pre>
|
||||
<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>
|
||||
</pre>
|
||||
|
|
Loading…
Reference in New Issue