diff options
author | friendica <info@friendica.com> | 2014-02-17 20:24:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-17 20:24:34 -0800 |
commit | d5c55250f96e4fc16afc08ae910ac75fa9b43fa6 (patch) | |
tree | 22654d9a23be9b2395c81083bf8dd5fe4eecd0c1 | |
parent | ea709361f6a27f3234afbaeb6d3d1759eeca2ee5 (diff) | |
download | volse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.tar.gz volse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.tar.bz2 volse-hubzilla-d5c55250f96e4fc16afc08ae910ac75fa9b43fa6.zip |
remove the exit clause
-rw-r--r-- | mod/openid.php | 6 |
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) |