From 50f8a782511f80aebe6dd85b44f776e8f5f96bec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 16 Apr 2017 11:23:47 +0200 Subject: [PATCH] Please cherry-pick: - renamed login_change_* to login_user_change_* as these are user-specific changes - also renamed i18n strings - renamed method in email-change controller as it is user-specific, too - deleted left-over index.xhtml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 32 +++++++-------- .../FinancialsEmailChangeWebSessionBean.java | 10 ++--- ...ncialsEmailChangeWebSessionController.java | 2 +- .../localization/bundle_de_DE.properties | 29 +++++++------- .../localization/bundle_en_US.properties | 39 ++++++++++--------- web/WEB-INF/faces-config.xml | 12 +++--- web/user/index.xhtml | 28 ------------- web/user/login_edit_user_data.xhtml | 6 +-- ... => login_user_change_email_address.xhtml} | 10 ++--- ...xhtml => login_user_change_password.xhtml} | 12 +++--- ... => login_user_change_personal_data.xhtml} | 6 +-- 11 files changed, 79 insertions(+), 107 deletions(-) delete mode 100644 web/user/index.xhtml rename web/user/{login_change_email_address.xhtml => login_user_change_email_address.xhtml} (88%) rename web/user/{login_change_password.xhtml => login_user_change_password.xhtml} (90%) rename web/user/{login_change_personal_data.xhtml => login_user_change_personal_data.xhtml} (90%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 7e6d2ddf..b6aad169 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,69 +2,67 @@ - - - - + + - - + - + - + - - + + - + - + + + - - + + + - + - - diff --git a/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionBean.java b/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionBean.java index cb3d8265..80dc7203 100644 --- a/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionBean.java +++ b/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionBean.java @@ -26,16 +26,16 @@ import javax.inject.Named; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; -import org.mxchange.jfinancials.beans.BaseFinancialsController; import org.mxchange.jcontacts.contact.Contact; import org.mxchange.jcoreee.utils.FacesUtils; +import org.mxchange.jfinancials.beans.BaseFinancialsController; +import org.mxchange.jfinancials.beans.features.FinancialsFeaturesWebApplicationController; +import org.mxchange.jfinancials.beans.login.FinancialsUserLoginWebSessionController; import org.mxchange.jusercore.exceptions.UserPasswordMismatchException; import org.mxchange.jusercore.model.email_address.ChangeableEmailAddress; import org.mxchange.jusercore.model.email_address.EmailAddressChange; import org.mxchange.jusercore.model.email_address.UserEmailChangeSessionBeanRemote; import org.mxchange.jusercore.model.user.User; -import org.mxchange.jfinancials.beans.features.FinancialsFeaturesWebApplicationController; -import org.mxchange.jfinancials.beans.login.FinancialsUserLoginWebSessionController; /** * A web session bean for changing email addresses @@ -104,7 +104,7 @@ public class FinancialsEmailChangeWebSessionBean extends BaseFinancialsControlle } @Override - public String doChangeEmailAddress () { + public String doUserChangeEmailAddress () { // This method shall only be called if the user is logged-in if (!this.userLoginController.isUserLoggedIn()) { // Not logged-in @@ -117,7 +117,7 @@ public class FinancialsEmailChangeWebSessionBean extends BaseFinancialsControlle throw new FaceletException("Email address 1/2 are mismatching."); //NOI18N } else if (!this.userLoginController.ifCurrentPasswordMatches()) { // Password not matching - this.showFacesMessage("form_login_change_email_address:currentPassword", new UserPasswordMismatchException(this.userLoginController.getLoggedInUser())); //NOI18N + this.showFacesMessage("form_login_user_change_email_address:currentPassword", new UserPasswordMismatchException(this.userLoginController.getLoggedInUser())); //NOI18N return ""; //NOI18N } else if (!this.featureController.isFeatureEnabled("edit_user_data")) { //NOI18N // Editing is not allowed diff --git a/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionController.java b/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionController.java index 5c921462..ea4bc682 100644 --- a/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionController.java +++ b/src/java/org/mxchange/jfinancials/beans/email_address/FinancialsEmailChangeWebSessionController.java @@ -65,6 +65,6 @@ public interface FinancialsEmailChangeWebSessionController extends Serializable *

* @return New target page */ - String doChangeEmailAddress (); + String doUserChangeEmailAddress (); } diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index edbb1c9c..6d92bd83 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -167,17 +167,17 @@ TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN=Sie m\u00fcssen angemeldet sein USER_IS_NOT_LOGGED_IN_FULL=Damit diese Funktion nutzen k\u00f6nnen, m\u00fcssen Sie sich anmelden und in Ihren Account eingeloggt sein. LOGIN_EDIT_USER_DATA_TITLE=Was m\u00f6chten Sie \u00e4ndern? LOGIN_CHOOSE_PERSONAL_DATA_EMAIL_PASSWORD_NOTICE=Sie k\u00f6nnen hier Ihre pers\u00f6nlichen Daten, Ihre Email-Adresse und Ihr Passwort zum Einloggen \u00e4ndern. -LINK_LOGIN_CHANGE_PERSONAL_DATA=Pers\u00f6nliche Daten, wie Anschrift usw. \u00e4ndern -LINK_LOGIN_CHANGE_PERSONAL_DATA_TITLE=\u00c4ndern Sie hier Ihre pers\u00f6nlichen Daten, wie Anschrift, Telefonnummer und so weiter. -LINK_LOGIN_CHANGE_PASSWORD=Ihr Passwort \u00e4ndern -LINK_LOGIN_CHANGE_PASSWORD_TITLE=\u00c4ndern Sie hier Ihr Passwort, falls Sie ein anderes m\u00f6chten. +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA=Pers\u00f6nliche Daten, wie Anschrift usw. \u00e4ndern +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=\u00c4ndern Sie hier Ihre pers\u00f6nlichen Daten, wie Anschrift, Telefonnummer und so weiter. +LINK_LOGIN_USER_CHANGE_PASSWORD=Ihr Passwort \u00e4ndern +LINK_LOGIN_USER_CHANGE_PASSWORD_TITLE=\u00c4ndern Sie hier Ihr Passwort, falls Sie ein anderes m\u00f6chten. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Bitte derzeitiges Passwort zur Best\u00e4tigung eingeben: LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Bitte geben Sie ihr derzeitiges Passwort zur Best\u00e4tigung der \u00c4nderungen ein. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRM=Derzeitiges Passwort: #TODO: Please fix German umlaut! BUTTON_CHANGE_PERSONAL_DATA=Persoenliche Daten aendern #TODO: Please fix German umlaut! -LOGIN_CHANGE_PERSONAL_DATA_TITLE=Persoenliche Daten aendern: +LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Persoenliche Daten aendern: ERROR_CURRENT_PASSWORD_MISMATCHING=Ihr eingegebenes Passwort entspricht nicht dem aktuell gespeicherten Passwort. MESSAGE_BOX_TITLE=Hinweis: MESSAGE_BOX_PARAMETER_MESSAGE_EMPTY=Fehler: Parameter "message" nicht gesetzt. @@ -189,28 +189,28 @@ LOGIN_CHANGE_EMAIL_LEGEND_TITLE=Hier k\u00f6nnen Sie Ihre Email-Adresse \u00e4nd LOGIN_CHANGE_EMAIL_ENTER_EMAIL=Neue Email-Adresse eingeben: LOGIN_CHANGE_EMAIL_ENTER_EMAIL_REPEAT=Neue Email-Adresse wiederholen: BUTTON_CHANGE_EMAIL_ADDRESS=Email-Adresse \u00e4ndern -PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=\u00c4ndern Ihrer Email-Adresse -CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Neue Email-Adresse eingeben: +PAGE_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=\u00c4ndern Ihrer Email-Adresse +CONTENT_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Neue Email-Adresse eingeben: #TODO: Please fix German umlaut! -PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern +PAGE_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern #TODO: Please fix German umlaut! -CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: +CONTENT_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: LOGIN_MESSAGE_DATA_SAVED=Daten wurden gespeichert. PAGE_TITLE_LOGIN_DATA_SAVED=Ihre Daten wurden gespeichert CONTENT_TITLE_LOGIN_DATA_SAVED=Daten wurden gespeichert: -LOGIN_CHANGE_EMAIL_ADDRESS_TITLE=\u00c4ndern Sie Ihre Email-Adresse: +LOGIN_USER_CHANGE_EMAIL_ADDRESS_TITLE=\u00c4ndern Sie Ihre Email-Adresse: LOGIN_CHANGE_EMAIL_LEGEND=Email-Adresse \u00e4ndern: LOGIN_CHANGE_EMAIL_LEGEND_TITLE=Hier k\u00f6nnen Sie Ihre Email-Adresse \u00e4ndern. Dazu m\u00fcssen Sie diese zweimal eingeben und die neue Adresse best\u00e4tigen. LOGIN_CHANGE_EMAIL_OLD_ADDRESS=Ihre derzeitige Email-Adresse: #TODO: Please fix German umlaut! BUTTON_CHANGE_EMAIL_ADDRESS=Email-Adresse aendern #TODO: Please fix German umlaut! -PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Aendern Ihrer Email-Adresse -CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Neue Email-Adresse eingeben: +PAGE_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Aendern Ihrer Email-Adresse +CONTENT_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Neue Email-Adresse eingeben: #TODO: Please fix German umlaut! -PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern +PAGE_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Ihre persoenlichen Daten aendern #TODO: Please fix German umlaut! -CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: +CONTENT_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Aendern Ihrer Adresse, Telefonnummer usw.: SELECT_LANGUAGE=Sprache: DE_DE=Deutsch (DE) EN_US=English (US) @@ -576,3 +576,4 @@ ERROR_BEAN_HELPER_USER_NOT_SET=Fehler: Instanz 'user' im Bean-Helper nicht geset ERROR_BEAN_HELPER_CONTACT_NOT_SET=Fehler: Instanz 'contact' im Bean-Helper nicht gesetzt. ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET=Fehler: Instanz 'cellPhone' in administrativer Bean nicht gesetzt. CONTENT_TITLE_ADMIN_LIST_CONTACT_CELLPHONE=Mobiltelefonnummern auflisten: +LOGIN_ENTER_CURRENT_PASSWORD=Aktuelles Passwort eingeben: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index c6c68ea1..6c43799b 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -170,34 +170,34 @@ TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN=You need to be logged-in USER_IS_NOT_LOGGED_IN_FULL=To use this feature you need to register and be logged-in into your account. LOGIN_EDIT_USER_DATA_TITLE=What do you want to change? LOGIN_CHOOSE_PERSONAL_DATA_EMAIL_PASSWORD_NOTICE=You can change your personal data, your email address and your password for login here. -LINK_LOGIN_CHANGE_PERSONAL_DATA=Change personal data such as your address. -LINK_LOGIN_CHANGE_PERSONAL_DATA_TITLE=Change your personal data like address, phone number and so on. -LINK_LOGIN_CHANGE_EMAIL_ADDRESS=Change your email address -LINK_LOGIN_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address. This requires another confirmation and can be undone. -LINK_LOGIN_CHANGE_PASSWORD=Change your password -LINK_LOGIN_CHANGE_PASSWORD_TITLE=Change here your password, if you want another one. +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA=Change personal data such as your address. +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Change your personal data like address, phone number and so on. +LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Change your email address +LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address. This requires another confirmation and can be undone. +LINK_LOGIN_USER_CHANGE_PASSWORD=Change your password +LINK_LOGIN_USER_CHANGE_PASSWORD_TITLE=Change here your password, if you want another one. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Your current password for confirmation: LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Please enter your current password for confirmation of the change. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRM=Current password: BUTTON_CHANGE_PERSONAL_DATA=Change personal data -LOGIN_CHANGE_PERSONAL_DATA_TITLE=Change personal data: +LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Change personal data: ERROR_CURRENT_PASSWORD_MISMATCHING=Your entered password doesn't match the currently stored one. MESSAGE_BOX_TITLE=Notice: MESSAGE_BOX_PARAMETER_MESSAGE_EMPTY=Error: Parameter "message" not set. LOGIN_MESSAGE_DATA_SAVED=Data has been saved. PAGE_TITLE_LOGIN_DATA_SAVED=Your data has been saved CONTENT_TITLE_LOGIN_DATA_SAVED=Data has been saved: -LOGIN_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address: +LOGIN_USER_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address: LOGIN_CHANGE_EMAIL_LEGEND=Change email address: LOGIN_CHANGE_EMAIL_LEGEND_TITLE=Here you can change your email address. You can do this by entering it twice and then confirm the new one. LOGIN_CHANGE_EMAIL_OLD_ADDRESS=Your current email address: LOGIN_CHANGE_EMAIL_ENTER_EMAIL=Enter new email address: LOGIN_CHANGE_EMAIL_ENTER_EMAIL_REPEAT=Repeat new email address: BUTTON_CHANGE_EMAIL_ADDRESS=Change email address -PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Change your email address -CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS=Enter new email address: -PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your personal data -CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA=Change your address, phone number or others: +PAGE_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Change your email address +CONTENT_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Enter new email address: +PAGE_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Change your personal data +CONTENT_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA=Change your address, phone number or others: SELECT_LANGUAGE=Language: DE_DE=Deutsch (DE) EN_US=English (US) @@ -454,23 +454,23 @@ GUEST_RESEND_LINK_ENTER_EMAIL_ADDRESS=Please enter email address you have used o GUEST_RESEND_CONFIRMATION_LINK_NOTICE=The old confirmation link won't work after this. Please always use the one from newer email. RESEND_CONFIRMATION_LINK_LEGEND=Enter email address: RESEND_CONFIRMATION_LINK_LEGEND_TITLE=Please enter your email address you have used on registration. -LINK_LOGIN_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address. This requires another confirmation and can be undone. +LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS_TITLE=Change your email address. This requires another confirmation and can be undone. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRM=Current password: LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND_TITLE=Please enter your current password for confirmation of the change. LOGIN_EDIT_USER_DATA_TITLE=What do you want to change? LOGIN_CHOOSE_PERSONAL_DATA_EMAIL_PASSWORD_NOTICE=You can change your personal data, your email address and your password for login here. BUTTON_CHANGE_PERSONAL_DATA=Change personal data -LINK_LOGIN_CHANGE_PERSONAL_DATA_TITLE=Change your personal data like address, phone number and so on. -LINK_LOGIN_CHANGE_PASSWORD=Change your password -LINK_LOGIN_CHANGE_PERSONAL_DATA=Change personal data such as your address. +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Change your personal data like address, phone number and so on. +LINK_LOGIN_USER_CHANGE_PASSWORD=Change your password +LINK_LOGIN_USER_CHANGE_PERSONAL_DATA=Change personal data such as your address. LINK_GUEST_LOGIN_LOST_PASSWORD=Forgot your password? SELECTION_NOTICE_USER_PROFILE_MODE_INVISIBLE=If you choose "Invisible", nobody can share address books with you. SELECTION_NOTICE_USER_PROFILE_MODE_MEMBERS=If you choose "Only members", other users can start sharing address books with you. SELECTION_NOTICE_USER_PROFILE_MODE_PUBLIC=If you choose "All" the whole Internet can view your profile, including bots. LOGIN_ENTER_CURRENT_PASSWORD_CONFIRMATION_LEGEND=Your current password for confirmation: -LOGIN_CHANGE_PERSONAL_DATA_TITLE=Change personal data: -LINK_LOGIN_CHANGE_PASSWORD_TITLE=Change here your password, if you want another one. -LINK_LOGIN_CHANGE_EMAIL_ADDRESS=Change your email address +LOGIN_USER_CHANGE_PERSONAL_DATA_TITLE=Change personal data: +LINK_LOGIN_USER_CHANGE_PASSWORD_TITLE=Change here your password, if you want another one. +LINK_LOGIN_USER_CHANGE_EMAIL_ADDRESS=Change your email address LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Restore your password PAGE_TITLE_INDEX_CONFIRM_ACCOUNT=Confirm registration CONTENT_TITLE_INDEX_CONFIRM_ACCOUNT=Confirm user registration: @@ -577,3 +577,4 @@ ERROR_BEAN_HELPER_USER_NOT_SET=Error: Instance 'user' not set in bean helper. ERROR_BEAN_HELPER_CONTACT_NOT_SET=Error: Instance 'contact' not set in bean helper. ERROR_ADMIN_BEAN_CELLPHONE_NUMBER_NOT_SET=Error: Instance 'cellPhone' in administrative bean not set. CONTENT_TITLE_ADMIN_LIST_CONTACT_CELLPHONE=List mobile phone numbers: +LOGIN_ENTER_CURRENT_PASSWORD=Enter current password: diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index d9026de2..5b0fbbf5 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -155,26 +155,26 @@ /user/login_edit_user_data.xhtml user_change_email_address - /user/login_change_email_address.xhtml + /user/login_user_change_email_address.xhtml user_change_password - /user/login_change_password.xhtml + /user/login_user_change_password.xhtml user_change_personal_data - /user/login_change_personal_data.xhtml + /user/login_user_change_personal_data.xhtml - /user/login_change_password.xhtml + /user/login_user_change_password.xhtml login_data_saved /user/login_data_saved.xhtml - /user/login_change_email_address.xhtml + /user/login_user_change_email_address.xhtml contact_data_saved /user/login_contact_data_saved.xhtml @@ -185,7 +185,7 @@ - /user/login_change_personal_data.xhtml + /user/login_user_change_personal_data.xhtml login_data_saved /user/login_data_saved.xhtml diff --git a/web/user/index.xhtml b/web/user/index.xhtml deleted file mode 100644 index 2cdcf12e..00000000 --- a/web/user/index.xhtml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - #{msg.PAGE_TITLE_LOGIN_FOO} - - - - - - #{msg.SUB_TITLE_LOGIN_FOO} - - - - Here goes your content. - - - - - - diff --git a/web/user/login_edit_user_data.xhtml b/web/user/login_edit_user_data.xhtml index fbdda7de..3dde1ed8 100644 --- a/web/user/login_edit_user_data.xhtml +++ b/web/user/login_edit_user_data.xhtml @@ -29,19 +29,19 @@

diff --git a/web/user/login_change_email_address.xhtml b/web/user/login_user_change_email_address.xhtml similarity index 88% rename from web/user/login_change_email_address.xhtml rename to web/user/login_user_change_email_address.xhtml index f329ea45..7d02c6d5 100644 --- a/web/user/login_change_email_address.xhtml +++ b/web/user/login_user_change_email_address.xhtml @@ -8,20 +8,20 @@ > - #{msg.PAGE_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} + #{msg.PAGE_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS} - #{msg.CONTENT_TITLE_LOGIN_CHANGE_EMAIL_ADDRESS} + #{msg.CONTENT_TITLE_LOGIN_USER_CHANGE_EMAIL_ADDRESS}
- +
- +
@@ -48,7 +48,7 @@
diff --git a/web/user/login_change_password.xhtml b/web/user/login_user_change_password.xhtml similarity index 90% rename from web/user/login_change_password.xhtml rename to web/user/login_user_change_password.xhtml index 847c6623..46ce7b4f 100644 --- a/web/user/login_change_password.xhtml +++ b/web/user/login_user_change_password.xhtml @@ -8,10 +8,10 @@ > - #{msg.PAGE_TITLE_LOGIN_CHANGE_PASSWORD} + #{msg.PAGE_TITLE_LOGIN_USER_CHANGE_PASSWORD} - #{msg.CONTENT_TITLE_LOGIN_CHANGE_PASSWORD} + #{msg.CONTENT_TITLE_LOGIN_USER_CHANGE_PASSWORD} @@ -19,19 +19,19 @@
- +
- - + +
- +
diff --git a/web/user/login_change_personal_data.xhtml b/web/user/login_user_change_personal_data.xhtml similarity index 90% rename from web/user/login_change_personal_data.xhtml rename to web/user/login_user_change_personal_data.xhtml index 0676793f..9bd33af1 100644 --- a/web/user/login_change_personal_data.xhtml +++ b/web/user/login_user_change_personal_data.xhtml @@ -8,17 +8,17 @@ > - #{msg.PAGE_TITLE_LOGIN_CHANGE_PERSONAL_DATA} + #{msg.PAGE_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA} - #{msg.CONTENT_TITLE_LOGIN_CHANGE_PERSONAL_DATA} + #{msg.CONTENT_TITLE_LOGIN_USER_CHANGE_PERSONAL_DATA}
- +
-- 2.39.5