- renamed navigation case "login" -> "user_login" as also other logins may exist
- added navigation rule user_index -> user_change_password
Signed-off-by: Roland Häder <roland@haeder.net>
this.clear();
// All fine
- return "login"; //NOI18N
+ return "user_login"; //NOI18N
} catch (final UserNotFoundException ex) {
// Show JSF message
this.showFacesMessage("form_user_login:userName", "ERROR_USER_NOT_FOUND"); //NOI18N
<to-view-id>/admin/mobile/admin_contact_mobile_list.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
+ <navigation-rule>
+ <from-view-id>/user/login_index.xhtml</from-view-id>
+ <navigation-case>
+ <from-outcome>user_change_password</from-outcome>
+ <to-view-id>/user/login_change_password</to-view-id>
+ </navigation-case>
+ </navigation-rule>
<navigation-rule>
<from-view-id>/guest/user/login.xhtml</from-view-id>
<navigation-case>
- <from-outcome>login</from-outcome>
+ <from-outcome>user_login</from-outcome>
<to-view-id>/user/login_index.xhtml</to-view-id>
<redirect>1</redirect>
</navigation-case>