summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
authorChad Parry <github@chad.parry.org>2011-06-25 14:13:25 -0600
committerChad Parry <github@chad.parry.org>2011-06-25 14:13:25 -0600
commit521a682837ab5b035d63160ea7b22540f3adf7b1 (patch)
tree2b7a7af221f92c6c470234731bbb05cb81ee07e7 /modules/user
parent20d7bfd6b904053c2bc27b69d32c71a321e0dae9 (diff)
parent771de0a3746ac0d780cb5dce2a14aa5a6ddf06d7 (diff)
Merge branch 'master' into rawphoto-squash
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/controllers/password.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/user/controllers/password.php b/modules/user/controllers/password.php
index cd46bbed..ab31c6b4 100644
--- a/modules/user/controllers/password.php
+++ b/modules/user/controllers/password.php
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
class Password_Controller extends Controller {
+ const ALLOW_MAINTENANCE_MODE = true;
+ const ALLOW_PRIVATE_GALLERY = true;
+
public function reset() {
$form = self::_reset_form();
if (request::method() == "post") {