summaryrefslogtreecommitdiff
path: root/modules/user/controllers
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
committerNathan Kinkade <nath@nkinka.de>2011-06-02 15:43:07 +0000
commitb4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch)
tree22d2c9ab31970aec53f2edc1cffa93186b710e7a /modules/user/controllers
parentdbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff)
parent4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/user/controllers')
-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") {