From 8051b06b1043c9c254fb84efd04de565b74ec668 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 20 Dec 2004 21:39:46 +0000
Subject: [PATCH] =?UTF-8?q?compatibilit=C3=A9=20arri=C3=A8re=20avec=20l'UR?=
 =?UTF-8?q?L=20de=20rappel=20de=20mot=20de=20passe=20(note=20ESJ=20:=20il?=
 =?UTF-8?q?=20est=20pas=20en=20squelette=20celui-l=C3=A0=20:))?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 spip_pass.php3 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spip_pass.php3 b/spip_pass.php3
index ab039a3f05..ee379a36fb 100644
--- a/spip_pass.php3
+++ b/spip_pass.php3
@@ -17,6 +17,7 @@ utiliser_langue_visiteur();
 unset($erreur);
 
 $mode = $GLOBALS['mode'];
+if ($oubli_pass == 'oui') $mode = 'oubli_pass';	# backward compatible
 
 // recuperer le cookie de relance
 if ($p = addslashes($p)) {
-- 
GitLab