summaryrefslogtreecommitdiff
path: root/actions/openidlogin.php
diff options
context:
space:
mode:
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();