diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:30:15 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-17 15:30:15 -0400 |
| commit | 13989a4e7cb4453225762dab6b5e5a7565b43df8 (patch) | |
| tree | 694b0c2ce9071ef66a08a62da31a42aed46d1e96 /data | |
| parent | b8b5759174c0734d6682502b4e1830334dd0df13 (diff) | |
| download | phorkie-13989a4e7cb4453225762dab6b5e5a7565b43df8.tar.gz phorkie-13989a4e7cb4453225762dab6b5e5a7565b43df8.zip | |
FIX: login - sreg/ax default, identifier renamed to openid_url
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/login.htm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/login.htm b/data/templates/login.htm index 154994a..7e724b0 100644 --- a/data/templates/login.htm +++ b/data/templates/login.htm @@ -15,12 +15,12 @@ <div id="openid_choice" style="display: block; "> <p>Please choose your account provider</p> <div id="openid_btns"> - <a title="Google" href="/auth?identifier=https://www.google.com/accounts/o8/id&ax=on&sreg=on&start=submit" class="google openid_large_btn"></a> - <a title="Yahoo" href="/auth?identifier=http://yahoo.com&ax=on&sreg=on&start=submit" class="yahoo openid_large_btn"></a> + <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> </div> <div id="openid_input_area"> <p>or enter your OpenID URL.</p> - <input class="" id="identifier" type="text" name="identifier" value="http://"> + <input class="" id="openid_url" type="text" name="openid_url" value="http://"> <input class="btn" id="openid_submit" type="submit" value="Sign-In"> </div> </div> |
