diff options
author | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2011-06-02 15:43:07 +0000 |
commit | b4c142b8d75a1c49bdc2d039e79e3d6773a22247 (patch) | |
tree | 22d2c9ab31970aec53f2edc1cffa93186b710e7a /modules/user/controllers | |
parent | dbaa0ddfaf43eb1c4d5cdbe8080064fc3e67e378 (diff) | |
parent | 4a208226edbd3aeb8352b068f6f774ce410a3b3d (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/user/controllers')
-rw-r--r-- | modules/user/controllers/password.php | 3 |
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") { |