]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
allow recoverpassword in private mode
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 3 Dec 2008 18:52:54 +0000 (13:52 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 3 Dec 2008 18:52:54 +0000 (13:52 -0500)
darcs-hash:20081203185254-5ed1f-3dea8c6396ee3a05e2fff7ec02023f50c3d38515.gz

index.php

index 62a2bcb74384a519dc73d716939ff32914888d3d..d387740fc230624fc99e660045877efc88125cb3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -40,7 +40,8 @@ if (!$action || !preg_match('/^[a-zA-Z0-9_-]*$/', $action)) {
 // parts of the site, redirect to login
 
 if (!$user && common_config('site', 'private') &&
-    !in_array($action, array('login', 'openidlogin', 'finishopenidlogin', 'api', 'doc', 'register')))
+    !in_array($action, array('login', 'openidlogin', 'finishopenidlogin',
+                             'recoverpassword', 'api', 'doc', 'register')))
 {
     common_redirect(common_local_url('login'));
 }