diff --git a/apps/faf-user-service/mail/email-taken.html b/apps/faf-user-service/mail/email-taken.html index c5808475..c154960a 100644 --- a/apps/faf-user-service/mail/email-taken.html +++ b/apps/faf-user-service/mail/email-taken.html @@ -189,8 +189,8 @@

Account exists notice

-

Dear {{existingUsername}},

-

We noticed someone tried to register an account with the username "{{desiredUsername}}" using your email address. However, your email is already associated with an existing account.

+

Dear {{`{{existingUsername}}`}},

+

We noticed someone tried to register an account with the username "{{`{{desiredUsername}}`}}" using your email address. However, your email is already associated with an existing account.

@@ -227,7 +227,7 @@

Account exists notice

- Reset Password + Reset Password @@ -338,7 +338,7 @@

Account exists notice

If the button above doesn't work, you can enter the following URL manually in your browser:

-

{{passwordResetUrl}}

+

{{`{{passwordResetUrl}}`}}

diff --git a/apps/faf-user-service/templates/deployment.yaml b/apps/faf-user-service/templates/deployment.yaml index 9451bb91..cc6fc045 100644 --- a/apps/faf-user-service/templates/deployment.yaml +++ b/apps/faf-user-service/templates/deployment.yaml @@ -22,7 +22,7 @@ spec: prometheus.io/path: '/actuator/prometheus' spec: containers: - - image: faforever/faf-user-service:3.2.3 + - image: faforever/faf-user-service:3.2.4 imagePullPolicy: Always name: faf-user-service envFrom: