Cuenta no encontrada.
");
$('#resetPassword-submit').html(llbl);
} else {
__reset = 1;
$('form .alert').hide();
$('#resetPassword').prepend("Por favor, revisa tu bandeja de entrada.
");
$('#resetPassword-submit').html('').attr('disabled', 'disabled');
}
}
});
}
return false;
});
$('body').on('click', 'form .alert-danger', function () {
$(this).slideUp();
});
});
}