diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2015-07-08 22:25:30 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2015-07-08 22:25:30 +0200 |
| commit | 59c71c3a808b2c6a1e77a500717a264cb3c32051 (patch) | |
| tree | 3871a7e9d6e74d5dd7c42c59419e78b9b7221a2e /data | |
| parent | 668edc4db4555834f35763d61d3c3ef0a4f70ac2 (diff) | |
| download | phorkie-59c71c3a808b2c6a1e77a500717a264cb3c32051.tar.gz phorkie-59c71c3a808b2c6a1e77a500717a264cb3c32051.zip | |
google does not support openid anymore; remove the openid provider buttons
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/login.htm | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/data/templates/login.htm b/data/templates/login.htm index 2863409..24862c8 100644 --- a/data/templates/login.htm +++ b/data/templates/login.htm @@ -14,13 +14,8 @@ <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" 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> + <p><label for="openid_url">Enter your OpenID URL:</label></p> <input id="openid_url" type="text" name="openid_url" value="{{openid}}" /> <input class="btn btn-primary" id="openid_submit" type="submit" value="Sign in" /> </div> |
