From d3b02e1f87a58cc575c1f30f6237d04388e89e3c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Mon, 26 Jun 2017 23:54:20 +0200
Subject: [PATCH] no shortcuts ...
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 web/guest/user/user_login.xhtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/guest/user/user_login.xhtml b/web/guest/user/user_login.xhtml
index df7506ea..94ea425c 100644
--- a/web/guest/user/user_login.xhtml
+++ b/web/guest/user/user_login.xhtml
@@ -31,7 +31,7 @@
 				</div>
 
 				<h:panelGroup styleClass="para" layout="block" rendered="#{featureController.isFeatureEnabled('user_name_required') and featureController.isFeatureEnabled('user_password_recovery')}">
-					<h:link id="user_lost_password" outcome="user_lost_passwd" title="#{msg.LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD}" value="#{msg.LINK_GUEST_LOGIN_LOST_PASSWORD}" />
+					<h:link id="user_lost_password" outcome="user_lost_password" title="#{msg.LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD}" value="#{msg.LINK_GUEST_LOGIN_LOST_PASSWORD}" />
 				</h:panelGroup>
 			</ui:fragment>
 
-- 
2.39.5