]> git.mxchange.org Git - pizzaservice-war.git/commit
renamed controller as there are now 2 logins + converted CRLF->LF
authorRoland Häder <roland@mxchange.org>
Tue, 3 May 2016 11:45:08 +0000 (13:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 3 May 2016 20:59:21 +0000 (22:59 +0200)
commit6a8604cfddb8f6d80773da800b989b59729268d0
treea7faf27903367b545c4466cbe0a1ef0dfdb0ac1a
parent1943278fcd8a180c8281f83936f5063dbf063f06
renamed controller as there are now 2 logins + converted CRLF->LF

Signed-off-by: Roland Häder <roland@mxchange.org>
25 files changed:
src/java/org/mxchange/pizzaapplication/beans/contact/PizzaContactWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/login/PizzaUserLoginWebSessionBean.java
src/java/org/mxchange/pizzaapplication/beans/profile/PizzaUserProfileWebRequestBean.java
src/java/org/mxchange/pizzaapplication/validators/password/PizzaUserPasswordValidator.java
web/WEB-INF/templates.dist/guest_login_page.xhtml
web/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl
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 [new file with mode: 0644]
web/imprint.xhtml
web/login/login_add_addressbook.xhtml [new file with mode: 0644]
web/login/login_change_email_address.xhtml [new file with mode: 0644]
web/login/login_change_password.xhtml [new file with mode: 0644]
web/login/login_change_personal_data.xhtml [new file with mode: 0644]
web/login/login_contact_data_saved.xhtml
web/login/login_data_saved.xhtml [new file with mode: 0644]
web/login/login_edit_user_data.xhtml [new file with mode: 0644]
web/login/login_index.xhtml [new file with mode: 0644]
web/login/login_own_addressbooks.xhtml [new file with mode: 0644]
web/login/login_user_data_saved.xhtml
web/privacy.xhtml
web/terms.xhtml
web/user/show_addressbook.xhtml [new file with mode: 0644]
web/user/user_list.xhtml [new file with mode: 0644]
web/user/user_profile.xhtml [new file with mode: 0644]