Skip to content

Commit d6e8964

Browse files
committed
Username
1 parent ca2bdde commit d6e8964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
22
VALUES ('4e19c0ac-94e1-4532-9515-d1801aa283b2', 'User account created', E'User account "{{.Labels.user_account_name}}" created',
3-
E'Hi {{.UserName}}\n\New user account **{{.Labels.user_account_name}}** has been created.',
3+
E'Hi {{.UserName}},\n\New user account **{{.Labels.user_account_name}}** has been created.',
44
'Workspace Events', '[
55
{
66
"label": "View accounts",
77
"url": "{{ base_url }}/deployment/users?filter=status%3Aactive"
88
}
99
]'::jsonb);
10+
v

0 commit comments

Comments
 (0)