diff options
author | James Walker <walkah@walkah.net> | 2010-03-03 18:16:56 -0500 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-03-03 18:17:40 -0500 |
commit | 4103e8584c7ccfb444af0814345104afedd2c6fc (patch) | |
tree | 12c97e6473188fb5238f6f5267b9c0de60d5fff4 /index.php | |
parent | 06db00d303bda500eec578b490c12d2bf389c853 (diff) |
Making one time passwords work on private sites
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |