aboutsummaryrefslogtreecommitdiffstats
path: root/mod/openid.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-02-17 20:24:34 -0800
committerfriendica <info@friendica.com>2014-02-17 20:24:34 -0800
commitd5c55250f96e4fc16afc08ae910ac75fa9b43fa6 (patch)
tree22654d9a23be9b2395c81083bf8dd5fe4eecd0c1 /mod/openid.php
parentea709361f6a27f3234afbaeb6d3d1759eeca2ee5 (diff)
downloadvolse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.tar.gz
volse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.tar.bz2
volse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.zip
remove the exit clause
Diffstat (limited to 'mod/openid.php')
-rw-r--r--mod/openid.php6
1 files changed, 0 insertions, 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)