[Mageia-sysadm] [335] Dont detach when checking ldap error code, , we want to continue to set a template

root at mageia.org root at mageia.org
Sat Jan 22 09:52:05 CET 2011


Revision: 335
Author:   buchan
Date:     2011-01-22 09:52:05 +0100 (Sat, 22 Jan 2011)
Log Message:
-----------
Dont detach when checking ldap error code,, we want to continue to set a template

Modified Paths:
--------------
    identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm

Modified: identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm
===================================================================
--- identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm	2011-01-21 18:37:27 UTC (rev 334)
+++ identity/CatDap/trunk/lib/CatDap/Controller/forgot_password.pm	2011-01-22 08:52:05 UTC (rev 335)
@@ -177,7 +177,6 @@
 	if ($mesg->code) {
 		my $perror = $mesg->error;
 		push @errors, "Password change failed: $perror";
-		$c->detach;
 	}
 
 	# if error show confirm page again to retry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110122/b30915d0/attachment.html>


More information about the Mageia-sysadm mailing list