diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002382.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002382.html | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002382.html b/zarb-ml/mageia-sysadm/2011-January/002382.html new file mode 100644 index 000000000..e8ab36a4f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002382.html @@ -0,0 +1,91 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [335] Dont detach when checking ldap error code, , we want to continue to set a template + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B335%5D%20Dont%20detach%20when%20checking%20ldap%20error%20code%2C%20%2C%0A%20we%20want%20to%20continue%20to%20set%20a%20template&In-Reply-To=%3C20110122085205.A71C342D5D%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002381.html"> + <LINK REL="Next" HREF="002383.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [335] Dont detach when checking ldap error code, , we want to continue to set a template</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B335%5D%20Dont%20detach%20when%20checking%20ldap%20error%20code%2C%20%2C%0A%20we%20want%20to%20continue%20to%20set%20a%20template&In-Reply-To=%3C20110122085205.A71C342D5D%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [335] Dont detach when checking ldap error code, , we want to continue to set a template">root at mageia.org + </A><BR> + <I>Sat Jan 22 09:52:05 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002381.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org +</A></li> + <LI>Next message: <A HREF="002383.html">[Mageia-sysadm] [336] Fix greeting in password reset key mail, by sending cn to stash +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2382">[ date ]</a> + <a href="thread.html#2382">[ thread ]</a> + <a href="subject.html#2382">[ subject ]</a> + <a href="author.html#2382">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002381.html">[Mageia-sysadm] Puppet Report for alamut.mageia.org +</A></li> + <LI>Next message: <A HREF="002383.html">[Mageia-sysadm] [336] Fix greeting in password reset key mail, by sending cn to stash +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2382">[ date ]</a> + <a href="thread.html#2382">[ thread ]</a> + <a href="subject.html#2382">[ subject ]</a> + <a href="author.html#2382">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |