aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 15:50:56 -0400
commitf5bdbfca6e34e35231ab7ae72241c152b047f86b (patch)
tree19363ad9e7d69df5446ccc641d71688ffe8f2a65 /data/templates
parent13989a4e7cb4453225762dab6b5e5a7565b43df8 (diff)
downloadphorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.tar.gz
phorkie-f5bdbfca6e34e35231ab7ae72241c152b047f86b.zip
FIX: Combine auth.php to login.php
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/login.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/login.htm b/data/templates/login.htm
index 7e724b0..418432e 100644
--- a/data/templates/login.htm
+++ b/data/templates/login.htm
@@ -5,7 +5,7 @@
<link rel="stylesheet" href="css/openid.css" />
-<form method="post" action="/auth" id="openid_form">
+<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" />
@@ -15,8 +15,8 @@
<div id="openid_choice" style="display: block; ">
<p>Please choose your account provider</p>
<div id="openid_btns">
- <a title="Google" href="/auth?openid_url=https://www.google.com/accounts/o8/id&start=submit" class="google openid_large_btn"></a>
- <a title="Yahoo" href="/auth?openid_url=http://yahoo.com&start=submit" class="yahoo openid_large_btn"></a>
+ <a title="Google" href="/login?openid_url=https://www.google.com/accounts/o8/id&start=submit" class="google openid_large_btn"></a>
+ <a title="Yahoo" href="/login?openid_url=http://yahoo.com&start=submit" class="yahoo openid_large_btn"></a>
</div>
<div id="openid_input_area">
<p>or enter your OpenID URL.</p>