Skip to content

Commit 085c25e

Browse files
committed
Update faf-user-service to 3.2.4
Also fix variable quoting
1 parent db414c4 commit 085c25e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: apps/faf-user-service/mail/email-taken.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@
189189
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
190190
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:#000000;">
191191
<h1>Account exists notice</h1>
192-
<p>Dear {{existingUsername}},</p>
193-
<p>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. </p>
192+
<p>Dear {{`{{existingUsername}}`}},</p>
193+
<p>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. </p>
194194
</div>
195195
</td>
196196
</tr>
@@ -227,7 +227,7 @@ <h1>Account exists notice</h1>
227227
<tbody>
228228
<tr>
229229
<td align="center" bgcolor="#414141" role="presentation" style="border:none;border-radius:3px;cursor:auto;mso-padding-alt:10px 25px;background:#414141;" valign="middle">
230-
<a href="{{passwordResetUrl}}" style="display:inline-block;background:#414141;color:#ffffff;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;font-weight:normal;line-height:120%;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:3px;" target="_blank"> Reset Password </a>
230+
<a href="{{`{{passwordResetUrl}}`}}" style="display:inline-block;background:#414141;color:#ffffff;font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;font-weight:normal;line-height:120%;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:3px;" target="_blank"> Reset Password </a>
231231
</td>
232232
</tr>
233233
</tbody>
@@ -338,7 +338,7 @@ <h1>Account exists notice</h1>
338338
<td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
339339
<div style="font-family:Ubuntu, Helvetica, Arial, sans-serif;font-size:13px;line-height:1;text-align:left;color:gray;">
340340
<p>If the button above doesn't work, you can enter the following URL manually in your browser: </p>
341-
<p>{{passwordResetUrl}}</p>
341+
<p>{{`{{passwordResetUrl}}`}}</p>
342342
</div>
343343
</td>
344344
</tr>

Diff for: apps/faf-user-service/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
prometheus.io/path: '/actuator/prometheus'
2323
spec:
2424
containers:
25-
- image: faforever/faf-user-service:3.2.3
25+
- image: faforever/faf-user-service:3.2.4
2626
imagePullPolicy: Always
2727
name: faf-user-service
2828
envFrom:

0 commit comments

Comments
 (0)