From 272f00c3c3e6f7deaa8b63fe0cdddfc57d6db997 Mon Sep 17 00:00:00 2001 From: Roly Rudy Gutierrez Pinto Date: Wed, 15 Jan 2014 16:47:14 -0400 Subject: [PATCH] =?UTF-8?q?BUG-13709=20SOLVED=20Al=20activar=20la=20opci?= =?UTF-8?q?=C3=B3n=20ADMIN=20->=20Login=20/=20Enable=20Forgot=20password,?= =?UTF-8?q?=20el=20modulo=20de=20recuperaci=C3=B3n=20de=20password=20'Forg?= =?UTF-8?q?ot=20password'=20en=20la=20ventana=20de=20login,=20muestra=20el?= =?UTF-8?q?=20mensaje:=20'WARNING:=20Invalid=20email=20address=20in=20FROM?= =?UTF-8?q?=20parameter=20(<>)'=20despu=C3=A9s=20de=20ingresar=20los=20dat?= =?UTF-8?q?os=20de=20un=20usuario=20valido.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflow/engine/methods/login/retrivePassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/methods/login/retrivePassword.php b/workflow/engine/methods/login/retrivePassword.php index 99027a42d..ea83b0a9c 100755 --- a/workflow/engine/methods/login/retrivePassword.php +++ b/workflow/engine/methods/login/retrivePassword.php @@ -129,7 +129,7 @@ if ($userData['USR_EMAIL'] != '' && $userData['USR_EMAIL'] === $data['USR_EMAIL' } } else { if ($userData['USR_AUTH_TYPE'] === '') { - $msg = G::LoadTranslation('ID_USER') . ' ' . htmlentities($data['USR_USERNAME'], ENT_QUOTES, 'UTF-8') . ' '. G::LoadTranslation('ID_IS_NOT_REGISTERED'); + $msg = G::LoadTranslation('ID_USER') . ' ' . htmlentities($data['USR_USERNAME'], ENT_QUOTES, 'UTF-8') . ' '. G::LoadTranslation('ID_IS_NOT_REGISTERED'); } else { $msg = G::LoadTranslation('ID_USER_NOT_FUNCTIONALITY'); }