]> git.mxchange.org Git - jjobs-war.git/commit
renamed controller as there are now 2 logins
authorRoland Häder <roland@mxchange.org>
Tue, 3 May 2016 11:45:08 +0000 (13:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 5 May 2016 18:35:48 +0000 (20:35 +0200)
commitf901491aecb1b048e2dac17cf5393b80bee0a754
tree4ba14a2a26fd3167024b8c354e041534d1a13874
parentfbe7df83d2418907de58c77d91db93674d87e5eb
renamed controller as there are now 2 logins

Signed-off-by: Roland Häder <roland@mxchange.org>
27 files changed:
src/java/org/mxchange/jjobs/beans/addressbook/JobsAddressbookWebSessionBean.java
src/java/org/mxchange/jjobs/beans/contact/JobsContactWebSessionBean.java
src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionBean.java
src/java/org/mxchange/jjobs/beans/email_address/JobsEmailChangeWebSessionController.java
src/java/org/mxchange/jjobs/beans/login/JobsUserLoginWebSessionBean.java
src/java/org/mxchange/jjobs/beans/profile/JobsUserProfileWebRequestBean.java
src/java/org/mxchange/jjobs/validators/password/JobsUserPasswordValidator.java
web/WEB-INF/templates.dist/guest_login_page.xhtml
web/WEB-INF/templates/guest/guest_login_form.tpl
web/WEB-INF/templates/login/login_base.tpl
web/WEB-INF/templates/login/login_enter_current_password.tpl
web/imprint.xhtml
web/login/login_add_addressbook.xhtml
web/login/login_change_email_address.xhtml
web/login/login_change_password.xhtml
web/login/login_change_personal_data.xhtml
web/login/login_contact_data_saved.xhtml
web/login/login_data_saved.xhtml
web/login/login_edit_user_data.xhtml
web/login/login_index.xhtml
web/login/login_own_addressbooks.xhtml
web/login/login_user_data_saved.xhtml
web/privacy.xhtml
web/terms.xhtml
web/user/show_addressbook.xhtml
web/user/user_list.xhtml
web/user/user_profile.xhtml