From: James Walker Date: Wed, 3 Mar 2010 23:16:56 +0000 (-0500) Subject: Making one time passwords work on private sites X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4103e8584c7ccfb444af0814345104afedd2c6fc;p=quix0rs-gnu-social.git Making one time passwords work on private sites --- diff --git a/index.php b/index.php index 06ff9900fd..36ba3a0d21 100644 --- a/index.php +++ b/index.php @@ -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;