mirror of https://github.com/BOINC/boinc.git
- INSTALL: Make sure both installers have the cookie required flag so that
the correct information is displayed on the AccountInfo page in the Wizard, if and when a browsers cookie could not be detected. mac_installer/Progress/ acct_mgr_url.xml win_build/installerv2/redist/progress/ acct_mgr_url.xml svn path=/trunk/boinc/; revision=18414
This commit is contained in:
parent
664bdd5079
commit
fa48965196
|
@ -5649,4 +5649,14 @@ Charlie 14 June 2009
|
||||||
AdvancedFrame.cpp
|
AdvancedFrame.cpp
|
||||||
mac_installer/
|
mac_installer/
|
||||||
Progress/
|
Progress/
|
||||||
acct_mgr_url.xml (added)
|
acct_mgr_url.xml (added)
|
||||||
|
|
||||||
|
Rom 14 June 2009
|
||||||
|
- INSTALL: Make sure both installers have the cookie required flag so that
|
||||||
|
the correct information is displayed on the AccountInfo page in the
|
||||||
|
Wizard, if and when a browsers cookie could not be detected.
|
||||||
|
|
||||||
|
mac_installer/Progress/
|
||||||
|
acct_mgr_url.xml
|
||||||
|
win_build/installerv2/redist/progress/
|
||||||
|
acct_mgr_url.xml
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<acct_mgr>
|
<acct_mgr>
|
||||||
<name>GridRepublic</name>
|
<name>GridRepublic</name>
|
||||||
<url>http://www.gridrepublic.org/</url>
|
<url>http://www.gridrepublic.org/</url>
|
||||||
<signing_key>
|
<cookie_required/>
|
||||||
|
<cookie_failure_url>http://www.gridrepublic.org/cookie_failure.php</cookie_failure_url>
|
||||||
|
<signing_key>
|
||||||
1024
|
1024
|
||||||
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
|
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
|
||||||
1de0793353097bbbb918413f79cb5bfaa4532daf061ece07b63f209690a3e1b1
|
1de0793353097bbbb918413f79cb5bfaa4532daf061ece07b63f209690a3e1b1
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
<acct_mgr>
|
<acct_mgr>
|
||||||
<name>GridRepublic</name>
|
<name>GridRepublic</name>
|
||||||
<url>http://www.gridrepublic.org/</url>
|
<url>http://www.gridrepublic.org/</url>
|
||||||
<signing_key>
|
<cookie_required/>
|
||||||
|
<cookie_failure_url>http://www.gridrepublic.org/cookie_failure.php</cookie_failure_url>
|
||||||
|
<signing_key>
|
||||||
1024
|
1024
|
||||||
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
|
9c3af22a230f1eb122b8eab256e5e46b49f6d357e65d00e414cf6af105aef217
|
||||||
1de0793353097bbbb918413f79cb5bfaa4532daf061ece07b63f209690a3e1b1
|
1de0793353097bbbb918413f79cb5bfaa4532daf061ece07b63f209690a3e1b1
|
||||||
|
|
Loading…
Reference in New Issue