aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2012-09-17 23:33:20 +0200
committerChristian Weiske <cweiske@cweiske.de>2012-09-17 23:33:20 +0200
commite380a7f6aaefb1bbd16a595b6f855ce036501981 (patch)
treec660f551108734a409fbe8fbe4ab72960d8bb1f3 /data
parenta3087ce500d0ef3c2b6c6f67f0eeedc622074d08 (diff)
downloadphorkie-e380a7f6aaefb1bbd16a595b6f855ce036501981.tar.gz
phorkie-e380a7f6aaefb1bbd16a595b6f855ce036501981.zip
get rid of start variable in form
Diffstat (limited to 'data')
-rw-r--r--data/templates/login.htm7
1 files changed, 2 insertions, 5 deletions
diff --git a/data/templates/login.htm b/data/templates/login.htm
index b02503f..084b438 100644
--- a/data/templates/login.htm
+++ b/data/templates/login.htm
@@ -6,17 +6,14 @@
<link rel="stylesheet" href="css/openid.css" />
<form method="post" action="/login" id="openid_form">
- <input id="start" name="start" type="hidden" value="submit" />
- <input id="sreg" name="sreg" type="hidden" value="on" />
- <input id="ax" name="ax" type="hidden" value="on" />
<fieldset>
<legend>Sign-in</legend>
<div id="openid_choice" style="display: block; ">
<p>Please choose your account provider</p>
<div id="openid_btns">
- <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id&amp;start=submit" class="google openid_large_btn"></a>
- <a title="Yahoo" href="/login?openid_url=http://yahoo.com&amp;start=submit" class="yahoo openid_large_btn"></a>
+ <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id" class="google openid_large_btn"></a>
+ <a title="Yahoo" href="/login?openid_url=http://yahoo.com/" class="yahoo openid_large_btn"></a>
</div>
<div id="openid_input_area">
<p>or enter your OpenID URL.</p>