From a02f8a3048f2e38db11a688de6d5e264bb135083 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 6 Jul 2017 21:12:22 +0200 Subject: [PATCH] Please cherry-pick: - fixed links MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- src/templates/de/registration.vm | 2 +- src/templates/de/resend_confirmation_link.vm | 2 +- src/templates/en/user_registration.vm | 2 +- src/templates/en/user_resend_confirmation_link.vm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templates/de/registration.vm b/src/templates/de/registration.vm index 0891ed2..c0e5baa 100644 --- a/src/templates/de/registration.vm +++ b/src/templates/de/registration.vm @@ -38,7 +38,7 @@ $contactEmailAddress Wenn Sie sich anmelden möchten, so müssen Sie Ihren Account bestätigen. Bitte klicken Sie oder kopieren Sie den unten stehenden Link in Ihren Browser: - - - - - - - - - - - - - - - - - - - - - -$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +$baseUrl/guest/user/user_confirm_account.xhtml?confirmKey=$userConfirmKey - - - - - - - - - - - - - - - - - - - - - Falls der Link nicht funktioniert, rufen Sie bitte folgenden auf und lassen sich einen neuen Link zuschicken: diff --git a/src/templates/de/resend_confirmation_link.vm b/src/templates/de/resend_confirmation_link.vm index 9fd64f2..6782f02 100644 --- a/src/templates/de/resend_confirmation_link.vm +++ b/src/templates/de/resend_confirmation_link.vm @@ -4,7 +4,7 @@ Sie hatten soeben ($userUpdated) einen neuen Bestätigungslink angefordert. Die Hier ist der neue Link: - - - - - - - - - - - - - - - - - - - - - -$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +$baseUrl/guest/user/user_confirm_account.xhtml?confirmKey=$userConfirmKey - - - - - - - - - - - - - - - - - - - - - Falls der Link nicht funktioniert, rufen Sie bitte folgenden auf und lassen sich einen neuen Link zuschicken: diff --git a/src/templates/en/user_registration.vm b/src/templates/en/user_registration.vm index 73c4116..f38cffe 100644 --- a/src/templates/en/user_registration.vm +++ b/src/templates/en/user_registration.vm @@ -38,7 +38,7 @@ $contactEmailAddress If you want to register, you have confirm your account. Please click on following link or copy it into your browser: - - - - - - - - - - - - - - - - - - - - - -$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +$baseUrl/guest/user/user_confirm_account.xhtml?confirmKey=$userConfirmKey - - - - - - - - - - - - - - - - - - - - - If the above link is not working, please visit following link and send out a new link: diff --git a/src/templates/en/user_resend_confirmation_link.vm b/src/templates/en/user_resend_confirmation_link.vm index 84bc5d1..fcc12ec 100644 --- a/src/templates/en/user_resend_confirmation_link.vm +++ b/src/templates/en/user_resend_confirmation_link.vm @@ -4,7 +4,7 @@ you have just ($userUpdated) requested a new confirmation link. Your registratio Here is your new link: - - - - - - - - - - - - - - - - - - - - - -$baseUrl/guest/user/confirm_account.xhtml?confirmKey=$userConfirmKey +$baseUrl/guest/user/user_confirm_account.xhtml?confirmKey=$userConfirmKey - - - - - - - - - - - - - - - - - - - - - If the link is not working, please visit following link and send a new link to this email address.: -- 2.39.2