Skip to content

Commit 672e4c5

Browse files
committed
work on golden-files
1 parent ddc4e70 commit 672e4c5

24 files changed

+111
-64
lines changed

coderd/database/migrations/000302_remove_greetings_notifications_templates.down.sql

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nYour workspace **{{.Labels.name}}** was deleted.\nThe specified reason was "**{{.Labels.reason}}{{ if .Labels.initiator }} ({{ .Labels.initiator }}){{end}}**".' WHERE id = 'f517da0b-cdc9-410f-ab89-a86107c420ed';
2-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nAutomatic build of your workspace **{{.Labels.name}}** failed.\nThe specified reason was "**{{.Labels.reason}}**".' WHERE id = '381df2a9-c0c0-4749-420f-80a9280c66f9';
3-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nYour workspace **{{.Labels.name}}** has been updated automatically to the latest template version ({{.Labels.template_version_name}}).' WHERE id = 'c34a0c09-0704-4cac-bd1c-0c0146811c2b';
4-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nNew user account **{{.Labels.created_account_name}}** has been created.' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
5-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nUser account **{{.Labels.deleted_account_name}}** has been deleted.' WHERE id = 'f44d9314-ad03-4bc8-95d0-5cad491da6b6';
6-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nUser account **{{.Labels.suspended_account_name}}** has been suspended.' WHERE id = 'b02ddd82-4733-4d02-a2d7-c36f3598997d';
1+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
2+
E'Your workspace **{{.Labels.name}}** was deleted.\n\n' ||
3+
E'The specified reason was "**{{.Labels.reason}}{{ if .Labels.initiator }} ({{ .Labels.initiator }}){{end}}**".' WHERE id = 'f517da0b-cdc9-410f-ab89-a86107c420ed';
4+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
5+
E'Automatic build of your workspace **{{.Labels.name}}** failed.\n\n' ||
6+
E'The specified reason was "**{{.Labels.reason}}**".' WHERE id = '381df2a9-c0c0-4749-420f-80a9280c66f9';
7+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
8+
E'Your workspace **{{.Labels.name}}** has been updated automatically to the latest template version ({{.Labels.template_version_name}}).\n\n' ||
9+
E'Reason for update: **{{.Labels.template_version_message}}**.' WHERE id = 'c34a0c09-0704-4cac-bd1c-0c0146811c2b';
10+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
11+
E'New user account **{{.Labels.created_account_name}}** has been created.\n\n' ||
12+
E'This new user account was created {{if .Labels.created_account_user_name}}for **{{.Labels.created_account_user_name}}** {{end}}by **{{.Labels.initiator}}**.' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
13+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
14+
E'User account **{{.Labels.deleted_account_name}}** has been deleted.\n\n' ||
15+
E'The deleted account {{if .Labels.deleted_account_user_name}}belonged to **{{.Labels.deleted_account_user_name}}** and {{end}}was deleted by **{{.Labels.initiator}}**.' WHERE id = 'f44d9314-ad03-4bc8-95d0-5cad491da6b6';
16+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
17+
E'User account **{{.Labels.suspended_account_name}}** has been suspended.\n\n' ||
18+
E'The account {{if .Labels.suspended_account_user_name}}belongs to **{{.Labels.suspended_account_user_name}}** and it {{end}}was suspended by **{{.Labels.initiator}}**.' WHERE id = 'b02ddd82-4733-4d02-a2d7-c36f3598997d';
719
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nYour account **{{.Labels.suspended_account_name}}** has been suspended.' WHERE id = '6a2f0609-9b69-4d36-a989-9f5925b6cbff';
8-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nUser account **{{.Labels.activated_account_name}}** has been activated.' WHERE id = '9f5af851-8408-4e73-a7a1-c6502ba46689';
9-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\nYour account **{{.Labels.activated_account_name}}** has been activated.' WHERE id = '1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4';
20+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
21+
E'User account **{{.Labels.activated_account_name}}** has been activated.\n\n' ||
22+
E'The account {{if .Labels.activated_account_user_name}}belongs to **{{.Labels.activated_account_user_name}}** and it {{ end }}was activated by **{{.Labels.initiator}}**.' WHERE id = '9f5af851-8408-4e73-a7a1-c6502ba46689';
23+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\n' ||
24+
E'Your account **{{.Labels.activated_account_name}}** has been activated by **{{.Labels.initiator}}**.' WHERE id = '1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4';
1025
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\nA manual build of the workspace **{{.Labels.name}}** using the template **{{.Labels.template_name}}** failed (version: **{{.Labels.template_version_name}}**).\nThe workspace build was initiated by **{{.Labels.initiator}}**.' WHERE id = '2faeee0f-26cb-4e96-821c-85ccb9f71513';
1126
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},
1227
@@ -20,7 +35,7 @@ Template **{{.Labels.template_display_name}}** has failed to build {{.Data.faile
2035
{{- end}}
2136
{{end}}
2237
We recommend reviewing these issues to ensure future builds are successful.' WHERE id = '34a20db2-e9cc-4a93-b0e4-8569699d7a00';
23-
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\nA request to reset the password for your Coder account has been made. Your one-time passcode is:\n\n**{{.Labels.one_time_passcode}}**\n\nIf you did not request to reset your password, you can ignore this message.' WHERE id = '62f86a30-2330-4b61-a26d-311ff3b608cf';
38+
UPDATE notification_templates SET body_template = E'Hi {{.UserName}},\n\nUse the link below to reset your password.\n\nIf you did not make this request, you can ignore this message.' WHERE id = '62f86a30-2330-4b61-a26d-311ff3b608cf';
2439
UPDATE notification_templates SET body_template = E'Hello {{.UserName}},\n\n'||
2540
E'The template **{{.Labels.template}}** has been deprecated with the following message:\n\n' ||
2641
E'**{{.Labels.message}}**\n\n' ||

coderd/database/migrations/000302_remove_greetings_notifications_templates.up.sql

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** was deleted.\nThe specified reason was "**{{.Labels.reason}}{{ if .Labels.initiator }} ({{ .Labels.initiator }}){{end}}**".' WHERE id = 'f517da0b-cdc9-410f-ab89-a86107c420ed';
2-
UPDATE notification_templates SET body_template = E'Automatic build of your workspace **{{.Labels.name}}** failed.\nThe specified reason was "**{{.Labels.reason}}**".' WHERE id = '381df2a9-c0c0-4749-420f-80a9280c66f9';
3-
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** has been updated automatically to the latest template version ({{.Labels.template_version_name}}).' WHERE id = 'c34a0c09-0704-4cac-bd1c-0c0146811c2b';
4-
UPDATE notification_templates SET body_template = E'New user account **{{.Labels.created_account_name}}** has been created.' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
5-
UPDATE notification_templates SET body_template = E'User account **{{.Labels.deleted_account_name}}** has been deleted.' WHERE id = 'f44d9314-ad03-4bc8-95d0-5cad491da6b6';
6-
UPDATE notification_templates SET body_template = E'User account **{{.Labels.suspended_account_name}}** has been suspended.' WHERE id = 'b02ddd82-4733-4d02-a2d7-c36f3598997d';
7-
UPDATE notification_templates SET body_template = E'Your account **{{.Labels.suspended_account_name}}** has been suspended.' WHERE id = '6a2f0609-9b69-4d36-a989-9f5925b6cbff';
8-
UPDATE notification_templates SET body_template = E'User account **{{.Labels.activated_account_name}}** has been activated.' WHERE id = '9f5af851-8408-4e73-a7a1-c6502ba46689';
9-
UPDATE notification_templates SET body_template = E'Your account **{{.Labels.activated_account_name}}** has been activated.' WHERE id = '1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4';
1+
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** was deleted.\n\n' ||
2+
E'The specified reason was "**{{.Labels.reason}}{{ if .Labels.initiator }} ({{ .Labels.initiator }}){{end}}**".' WHERE id = 'f517da0b-cdc9-410f-ab89-a86107c420ed';
3+
UPDATE notification_templates SET body_template = E'Automatic build of your workspace **{{.Labels.name}}** failed.\n\n' ||
4+
E'The specified reason was "**{{.Labels.reason}}**".' WHERE id = '381df2a9-c0c0-4749-420f-80a9280c66f9';
5+
UPDATE notification_templates SET body_template = E'Your workspace **{{.Labels.name}}** has been updated automatically to the latest template version ({{.Labels.template_version_name}}).\n\n' ||
6+
E'Reason for update: **{{.Labels.template_version_message}}**.' WHERE id = 'c34a0c09-0704-4cac-bd1c-0c0146811c2b';
7+
UPDATE notification_templates SET body_template = E'New user account **{{.Labels.created_account_name}}** has been created.\n\n' ||
8+
E'This new user account was created {{if .Labels.created_account_user_name}}for **{{.Labels.created_account_user_name}}** {{end}}by **{{.Labels.initiator}}**.' WHERE id = '4e19c0ac-94e1-4532-9515-d1801aa283b2';
9+
UPDATE notification_templates SET body_template = E'User account **{{.Labels.deleted_account_name}}** has been deleted.\n\n' ||
10+
E'The deleted account {{if .Labels.deleted_account_user_name}}belonged to **{{.Labels.deleted_account_user_name}}** and {{end}}was deleted by **{{.Labels.initiator}}**.' WHERE id = 'f44d9314-ad03-4bc8-95d0-5cad491da6b6';
11+
UPDATE notification_templates SET body_template = E'User account **{{.Labels.suspended_account_name}}** has been suspended.\n\n' ||
12+
E'The account {{if .Labels.suspended_account_user_name}}belongs to **{{.Labels.suspended_account_user_name}}** and it {{end}}was suspended by **{{.Labels.initiator}}**.' WHERE id = 'b02ddd82-4733-4d02-a2d7-c36f3598997d';
13+
UPDATE notification_templates SET body_template = E'Your account **{{.Labels.suspended_account_name}}** has been suspended by **{{.Labels.initiator}}**.' WHERE id = '6a2f0609-9b69-4d36-a989-9f5925b6cbff';
14+
UPDATE notification_templates SET body_template = E'User account **{{.Labels.activated_account_name}}** has been activated.\n\n' ||
15+
E'The account {{if .Labels.activated_account_user_name}}belongs to **{{.Labels.activated_account_user_name}}** and it {{ end }}was activated by **{{.Labels.initiator}}**.' WHERE id = '9f5af851-8408-4e73-a7a1-c6502ba46689';
16+
UPDATE notification_templates SET body_template = E'Your account **{{.Labels.activated_account_name}}** has been activated by **{{.Labels.initiator}}**.' WHERE id = '1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4';
1017
UPDATE notification_templates SET body_template = E'A manual build of the workspace **{{.Labels.name}}** using the template **{{.Labels.template_name}}** failed (version: **{{.Labels.template_version_name}}**).\nThe workspace build was initiated by **{{.Labels.initiator}}**.' WHERE id = '2faeee0f-26cb-4e96-821c-85ccb9f71513';
1118
UPDATE notification_templates SET body_template = E'Template **{{.Labels.template_display_name}}** has failed to build {{.Data.failed_builds}}/{{.Data.total_builds}} times over the last {{.Data.report_frequency}}.
1219
@@ -18,7 +25,7 @@ UPDATE notification_templates SET body_template = E'Template **{{.Labels.templat
1825
{{- end}}
1926
{{end}}
2027
We recommend reviewing these issues to ensure future builds are successful.' WHERE id = '34a20db2-e9cc-4a93-b0e4-8569699d7a00';
21-
UPDATE notification_templates SET body_template = E'A request to reset the password for your Coder account has been made. Your one-time passcode is:\n\n**{{.Labels.one_time_passcode}}**\n\nIf you did not request to reset your password, you can ignore this message.' WHERE id = '62f86a30-2330-4b61-a26d-311ff3b608cf';
28+
UPDATE notification_templates SET body_template = E'Use the link below to reset your password.\n\nIf you did not make this request, you can ignore this message.' WHERE id = '62f86a30-2330-4b61-a26d-311ff3b608cf';
2229
UPDATE notification_templates SET body_template = E'The template **{{.Labels.template}}** has been deprecated with the following message:\n\n' ||
2330
E'**{{.Labels.message}}**\n\n' ||
2431
E'New workspaces may not be created from this template. Existing workspaces will continue to function normally.' WHERE id = 'f40fae84-55a2-42cd-99fa-b41c1ca64894';

coderd/notifications/testdata/rendered-templates/smtp/TemplateUserAccountActivated.html.golden

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Content-Type: text/plain; charset=UTF-8
1212

1313
User account bobby has been activated.
1414

15+
The account belongs to William Tables and it was activated by rob.
16+
1517

1618
View accounts: http://test.com/deployment/users?filter=3Dstatus%3Aactive
1719

@@ -45,6 +47,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4547
<div style=3D"line-height: 1.5;">
4648
<p>Hi bobby,</p>
4749
<p>User account <strong>bobby</strong> has been activated.</p>
50+
51+
<p>The account belongs to <strong>William Tables</strong> and it was activa=
52+
ted by <strong>rob</strong>.</p>
4853
</div>
4954
<div style=3D"text-align: center; margin-top: 32px;">
5055
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateUserAccountCreated.html.golden

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Content-Type: text/plain; charset=UTF-8
1212

1313
New user account bobby has been created.
1414

15+
This new user account was created for William Tables by rob.
16+
1517

1618
View accounts: http://test.com/deployment/users?filter=3Dstatus%3Aactive
1719

@@ -45,6 +47,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4547
<div style=3D"line-height: 1.5;">
4648
<p>Hi bobby,</p>
4749
<p>New user account <strong>bobby</strong> has been created.</p>
50+
51+
<p>This new user account was created for <strong>William Tables</strong> by=
52+
<strong>rob</strong>.</p>
4853
</div>
4954
<div style=3D"text-align: center; margin-top: 32px;">
5055
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateUserAccountDeleted.html.golden

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Content-Type: text/plain; charset=UTF-8
1212

1313
User account bobby has been deleted.
1414

15+
The deleted account belonged to William Tables and was deleted by rob.
16+
1517

1618
View accounts: http://test.com/deployment/users?filter=3Dstatus%3Aactive
1719

@@ -45,6 +47,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4547
<div style=3D"line-height: 1.5;">
4648
<p>Hi bobby,</p>
4749
<p>User account <strong>bobby</strong> has been deleted.</p>
50+
51+
<p>The deleted account belonged to <strong>William Tables</strong> and was =
52+
deleted by <strong>rob</strong>.</p>
4853
</div>
4954
<div style=3D"text-align: center; margin-top: 32px;">
5055
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateUserAccountSuspended.html.golden

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Content-Type: text/plain; charset=UTF-8
1212

1313
User account bobby has been suspended.
1414

15+
The account belongs to William Tables and it was suspended by rob.
16+
1517

1618
View suspended accounts: http://test.com/deployment/users?filter=3Dstatus%3=
1719
Asuspended
@@ -46,6 +48,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4648
<div style=3D"line-height: 1.5;">
4749
<p>Hi bobby,</p>
4850
<p>User account <strong>bobby</strong> has been suspended.</p>
51+
52+
<p>The account belongs to <strong>William Tables</strong> and it was suspen=
53+
ded by <strong>rob</strong>.</p>
4954
</div>
5055
<div style=3D"text-align: center; margin-top: 32px;">
5156
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateUserRequestedOneTimePasscode.html.golden

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ MIME-Version: 1.0
1010
Content-Transfer-Encoding: quoted-printable
1111
Content-Type: text/plain; charset=UTF-8
1212

13-
A request to reset the password for your Coder account has been made. Your =
14-
one-time passcode is:
13+
Use the link below to reset your password.
1514

16-
fad9020b-6562-4cdb-87f1-0486f1bea415
17-
18-
If you did not request to reset your password, you can ignore this message.
15+
If you did not make this request, you can ignore this message.
1916

2017

2118
Reset password: http://test.com/reset-password/change?otp=3Dfad9020b-6562-4=
@@ -50,13 +47,9 @@ argin: 8px 0 32px; line-height: 1.5;">
5047
</h1>
5148
<div style=3D"line-height: 1.5;">
5249
<p>Hi bobby,</p>
53-
<p>A request to reset the password for your Coder account has been =
54-
made. Your one-time passcode is:</p>
55-
56-
<p><strong>fad9020b-6562-4cdb-87f1-0486f1bea415</strong></p>
50+
<p>Use the link below to reset your password.</p>
5751

58-
<p>If you did not request to reset your password, you can ignore this messa=
59-
ge.</p>
52+
<p>If you did not make this request, you can ignore this message.</p>
6053
</div>
6154
<div style=3D"text-align: center; margin-top: 32px;">
6255
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceAutoUpdated.html.golden

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Content-Type: text/plain; charset=UTF-8
1313
Your workspace bobby-workspace has been updated automatically to the latest=
1414
template version (1.0).
1515

16+
Reason for update: template now includes catnip.
17+
1618

1719
View workspace: http://test.com/@bobby/bobby-workspace
1820

@@ -47,6 +49,8 @@ argin: 8px 0 32px; line-height: 1.5;">
4749
<p>Hi bobby,</p>
4850
<p>Your workspace <strong>bobby-workspace</strong> has been updated=
4951
automatically to the latest template version (1.0).</p>
52+
53+
<p>Reason for update: <strong>template now includes catnip</strong>.</p>
5054
</div>
5155
<div style=3D"text-align: center; margin-top: 32px;">
5256
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceAutobuildFailed.html.golden

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Content-Transfer-Encoding: quoted-printable
1111
Content-Type: text/plain; charset=UTF-8
1212

1313
Automatic build of your workspace bobby-workspace failed.
14+
1415
The specified reason was "autostart".
1516

1617

@@ -46,8 +47,9 @@ argin: 8px 0 32px; line-height: 1.5;">
4647
<div style=3D"line-height: 1.5;">
4748
<p>Hi bobby,</p>
4849
<p>Automatic build of your workspace <strong>bobby-workspace</stron=
49-
g> failed.<br>
50-
The specified reason was &ldquo;<strong>autostart</strong>&rdquo;.</p>
50+
g> failed.</p>
51+
52+
<p>The specified reason was &ldquo;<strong>autostart</strong>&rdquo;.</p>
5153
</div>
5254
<div style=3D"text-align: center; margin-top: 32px;">
5355
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceDeleted.html.golden

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Content-Transfer-Encoding: quoted-printable
1111
Content-Type: text/plain; charset=UTF-8
1212

1313
Your workspace bobby-workspace was deleted.
14+
1415
The specified reason was "autodeleted due to dormancy (autobuild)".
1516

1617

@@ -47,9 +48,10 @@ argin: 8px 0 32px; line-height: 1.5;">
4748
</h1>
4849
<div style=3D"line-height: 1.5;">
4950
<p>Hi bobby,</p>
50-
<p>Your workspace <strong>bobby-workspace</strong> was deleted.<br>
51-
The specified reason was &ldquo;<strong>autodeleted due to dormancy (autobu=
52-
ild)</strong>&rdquo;.</p>
51+
<p>Your workspace <strong>bobby-workspace</strong> was deleted.</p>
52+
53+
<p>The specified reason was &ldquo;<strong>autodeleted due to dormancy (aut=
54+
obuild)</strong>&rdquo;.</p>
5355
</div>
5456
<div style=3D"text-align: center; margin-top: 32px;">
5557
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateWorkspaceDeleted_CustomAppearance.html.golden

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Content-Transfer-Encoding: quoted-printable
1111
Content-Type: text/plain; charset=UTF-8
1212

1313
Your workspace bobby-workspace was deleted.
14+
1415
The specified reason was "autodeleted due to dormancy (autobuild)".
1516

1617

@@ -47,9 +48,10 @@ argin: 8px 0 32px; line-height: 1.5;">
4748
</h1>
4849
<div style=3D"line-height: 1.5;">
4950
<p>Hi bobby,</p>
50-
<p>Your workspace <strong>bobby-workspace</strong> was deleted.<br>
51-
The specified reason was &ldquo;<strong>autodeleted due to dormancy (autobu=
52-
ild)</strong>&rdquo;.</p>
51+
<p>Your workspace <strong>bobby-workspace</strong> was deleted.</p>
52+
53+
<p>The specified reason was &ldquo;<strong>autodeleted due to dormancy (aut=
54+
obuild)</strong>&rdquo;.</p>
5355
</div>
5456
<div style=3D"text-align: center; margin-top: 32px;">
5557
=20

coderd/notifications/testdata/rendered-templates/smtp/TemplateYourAccountActivated.html.golden

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MIME-Version: 1.0
1010
Content-Transfer-Encoding: quoted-printable
1111
Content-Type: text/plain; charset=UTF-8
1212

13-
Your account bobby has been activated.
13+
Your account bobby has been activated by rob.
1414

1515

1616
Open Coder: http://test.com
@@ -44,7 +44,8 @@ argin: 8px 0 32px; line-height: 1.5;">
4444
</h1>
4545
<div style=3D"line-height: 1.5;">
4646
<p>Hi bobby,</p>
47-
<p>Your account <strong>bobby</strong> has been activated.</p>
47+
<p>Your account <strong>bobby</strong> has been activated by <stron=
48+
g>rob</strong>.</p>
4849
</div>
4950
<div style=3D"text-align: center; margin-top: 32px;">
5051
=20

0 commit comments

Comments
 (0)