summaryrefslogtreecommitdiff
path: root/actions/openidlogin.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-06-18 02:53:20 -0400
committerEvan Prodromou <evan@prodromou.name>2008-06-18 02:53:20 -0400
commiteae70d52926b7fb56cd9f4aef3b67fc4867351de (patch)
tree284e21f232b5da1fb63739cb7cdd51dd0a441cad /actions/openidlogin.php
parentf08a99e5f1e799f0d0a862cb405e2e59ea8e0941 (diff)
manage existing OpenIDs
Add a settings page to manage existing OpenIDs, or add OpenIDs to an account. darcs-hash:20080618065320-84dde-d013191a57a3de66a038feb88ad46ceff1e986ca.gz
Diffstat (limited to 'actions/openidlogin.php')
-rw-r--r--actions/openidlogin.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/openidlogin.php b/actions/openidlogin.php
index 1865d100a..9b0b1793c 100644
--- a/actions/openidlogin.php
+++ b/actions/openidlogin.php
@@ -55,10 +55,6 @@ class OpenidloginAction extends Action {
# XXX: form token in $_SESSION to prevent XSS
# XXX: login throttle
$openid_url = $this->trimmed('openid_url');
- if (!common_valid_http_url($openid_url)) {
- $this->show_form(_t('OpenID must be a valid URL.'));
- return;
- }
$consumer = oid_consumer();