summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorJames Walker <walkah@walkah.net>2010-03-03 18:16:56 -0500
committerJames Walker <walkah@walkah.net>2010-03-03 18:17:40 -0500
commit4103e8584c7ccfb444af0814345104afedd2c6fc (patch)
tree12c97e6473188fb5238f6f5267b9c0de60d5fff4 /index.php
parent06db00d303bda500eec578b490c12d2bf389c853 (diff)
Making one time passwords work on private sites
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 06ff9900f..36ba3a0d2 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;