summaryrefslogtreecommitdiff
path: root/modules/user/controllers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-27 14:47:42 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-27 14:47:42 -0700
commit752594f87a8d10e02b2212745f84f7e6e3cfcdae (patch)
tree666c92882e07ecd282d85821d7035d0f04fe98cd /modules/user/controllers
parent940edac81c854227d1a25f482cb38c96b6937bb2 (diff)
parent75c098204f44538b79932f852469ae9d4338074c (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/user/controllers')
-rw-r--r--modules/user/controllers/password.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/user/controllers/password.php b/modules/user/controllers/password.php
index 2af1b879..7c432701 100644
--- a/modules/user/controllers/password.php
+++ b/modules/user/controllers/password.php
@@ -29,8 +29,6 @@ class Password_Controller extends Controller {
}
public function do_reset() {
- access::verify_csrf();
-
if (request::method() == "post") {
$this->_change_password();
} else {