]> git.mxchange.org Git - jjobs-war.git/commit
Splitted edit_user_data into 3 new sub actions + added logged-in check:
authorRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 19:48:36 +0000 (20:48 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 19:48:36 +0000 (20:48 +0100)
commit04cd2b59d17db6a3837a70c165c911eb563f4a66
treeecb9bb63c330adfb52e4bde6282bdfe18fd47bbc
parent08f52909975aaa8ef4f4dc39e139675f1ab39632
Splitted edit_user_data into 3 new sub actions + added logged-in check:
- new template user_not_logged_in.tpl added which shows a message if the user is not logged-in and tries to access a login-only page
- added login_change_email_address.xhtml for changing email address
- added login_change_password.xhtml for changing password
- added login_change_personal_data.xhtml for changing personal data
- login_edit_address.xhtml is now no longer needed
18 files changed:
nbproject/faces-config.NavData
src/java/org/mxchange/jjobs/beans/login/UserLoginWebSessionBean.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/WEB-INF/faces-config.xml
web/WEB-INF/glassfish-web.xml
web/WEB-INF/templates.dist/login_page.xhtml
web/WEB-INF/templates/generic/user_not_logged_in.tpl [new file with mode: 0644]
web/WEB-INF/templates/login/login_base.tpl
web/WEB-INF/templates/login/login_menu.tpl
web/login/login_add_addressbook.xhtml
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_edit_address.xhtml [deleted file]
web/login/login_edit_user_data.xhtml
web/login/login_index.xhtml
web/login/login_own_addressbooks.xhtml