From d5c55250f96e4fc16afc08ae910ac75fa9b43fa6 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 17 Feb 2014 20:24:34 -0800 Subject: remove the exit clause --- mod/openid.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mod/openid.php b/mod/openid.php index 42efeac70..aae8b17d3 100644 --- a/mod/openid.php +++ b/mod/openid.php @@ -52,12 +52,6 @@ function openid_content(&$a) { } // Successful OpenID login - but we can't match it to an existing account. - // New registration? - -// if($a->config['register_policy'] == REGISTER_CLOSED) { - notice( t('Account not found and OpenID registration is not permitted on this site.') . EOL); - goaway(z_root()); -// } $r = q("select * from xchan where xchan_hash = '%s' limit 1", dbesc($authid) -- cgit v1.2.3