]> git.mxchange.org Git - addressbook-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:40 +0000 (20:48 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 4 Mar 2016 19:48:40 +0000 (20:48 +0100)
commitc75781b617f2e4344b3e82a3bf1b06fba80e0494
tree46c97424d4add13efdcbe44e2f8dc3ecff033fef
parentb0a80e9231941dca7c752d9820fa328c0f054140
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
20 files changed:
nbproject/faces-config.NavData
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/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_list_sharing_addressbooks.xhtml
web/login/login_other_addressbooks.xhtml
web/login/login_own_addressbooks.xhtml
web/login/login_shared_addressbooks.xhtml
web/login/login_start_sharing_addressbook.xhtml