mirror of https://github.com/BOINC/boinc.git
- web: comment out OpenID login - not working yet
svn path=/trunk/boinc/; revision=24056
This commit is contained in:
parent
5fe6622001
commit
4696fbd9b6
|
@ -5152,3 +5152,9 @@ David 26 Aug 2011
|
||||||
|
|
||||||
clientscr/
|
clientscr/
|
||||||
screensaver_x11.cpp
|
screensaver_x11.cpp
|
||||||
|
|
||||||
|
David 26 Aug 2011
|
||||||
|
- web: comment out OpenID login - not working yet
|
||||||
|
|
||||||
|
html/user/
|
||||||
|
login_form.php
|
||||||
|
|
|
@ -36,11 +36,13 @@ $user = get_logged_in_user(false);
|
||||||
|
|
||||||
page_head(tra("Log in"));
|
page_head(tra("Log in"));
|
||||||
|
|
||||||
|
if (0) {
|
||||||
echo '
|
echo '
|
||||||
<a href="openid_login.php?openid_identifier=https://www.google.com/accounts/o8/id"><img src=img/google-button.png></a>
|
<a href="openid_login.php?openid_identifier=https://www.google.com/accounts/o8/id"><img src=img/google-button.png></a>
|
||||||
<a href="openid_login.php?openid_identifier=http://yahoo.com"><img src=img/yahoo-button.png></a>
|
<a href="openid_login.php?openid_identifier=http://yahoo.com"><img src=img/yahoo-button.png></a>
|
||||||
<br>
|
<br>
|
||||||
';
|
';
|
||||||
|
}
|
||||||
|
|
||||||
echo "
|
echo "
|
||||||
<form name=\"f\" method=\"post\" action=\"".SECURE_URL_BASE."/login_action.php\">
|
<form name=\"f\" method=\"post\" action=\"".SECURE_URL_BASE."/login_action.php\">
|
||||||
|
|
Loading…
Reference in New Issue