]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
no shortcuts ...
authorRoland Häder <roland@mxchange.org>
Mon, 26 Jun 2017 21:54:22 +0000 (23:54 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 26 Jun 2017 21:54:22 +0000 (23:54 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
web/guest/user/user_login.xhtml

index df7506ea9cabbf2cfb63d8a4e17ccb556c1e9984..94ea425cbce2df9bd064da28d312a45ff773fd36 100644 (file)
@@ -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>