Allow non-users to view the site's xrds when the site is private. Getting to closer to allow OpenID login on private sites.
This commit is contained in:
parent
204eb5b0c4
commit
cdbf7b1da5
|
@ -143,7 +143,7 @@ function checkMirror($action_obj, $args)
|
||||||
|
|
||||||
function isLoginAction($action)
|
function isLoginAction($action)
|
||||||
{
|
{
|
||||||
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register');
|
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds');
|
||||||
|
|
||||||
$login = null;
|
$login = null;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user