aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CatDap/Controller
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2011-01-22 08:52:05 +0000
committerBuchan Milne <buchan@mageia.org>2011-01-22 08:52:05 +0000
commitf137198a5d995c872f9d753e306b39f75b10dd45 (patch)
tree30fa59f383ce3810e26cb21a95748586b4c085f0 /lib/CatDap/Controller
parentce055a1c33a4f2846127f66968ab7cfef70fb01e (diff)
downloadidentity-f137198a5d995c872f9d753e306b39f75b10dd45.tar
identity-f137198a5d995c872f9d753e306b39f75b10dd45.tar.gz
identity-f137198a5d995c872f9d753e306b39f75b10dd45.tar.bz2
identity-f137198a5d995c872f9d753e306b39f75b10dd45.tar.xz
identity-f137198a5d995c872f9d753e306b39f75b10dd45.zip
Dont detach when checking ldap error code,, we want to continue to set a template
Diffstat (limited to 'lib/CatDap/Controller')
-rw-r--r--lib/CatDap/Controller/forgot_password.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CatDap/Controller/forgot_password.pm b/lib/CatDap/Controller/forgot_password.pm
index 6001ed4..07589a3 100644
--- a/lib/CatDap/Controller/forgot_password.pm
+++ b/lib/CatDap/Controller/forgot_password.pm
@@ -177,7 +177,6 @@ sub change_password : Local {
if ($mesg->code) {
my $perror = $mesg->error;
push @errors, "Password change failed: $perror";
- $c->detach;
}
# if error show confirm page again to retry