Making one time passwords work on private sites
This commit is contained in:
parent
06db00d303
commit
4103e8584c
|
@ -185,7 +185,7 @@ function checkMirror($action_obj, $args)
|
|||
|
||||
function isLoginAction($action)
|
||||
{
|
||||
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds');
|
||||
static $loginActions = array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp');
|
||||
|
||||
$login = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user