1
0
Fork 0
vaultwarden-test/src/static/templates/email/send_org_invite.hbs
Andrés Maldonado 2897c24e83 Percent-encode org_name in links
If org_name contains spaces, the generated link will not work in some email clients unless it is percent-encoded
2023-01-03 12:51:44 +01:00

10 Zeilen
399 B
Handlebars

Join {{{org_name}}}
<!---------------->
You have been invited to join the *{{org_name}}* organization.
Click here to join: {{url}}/#/accept-organization/?organizationId={{org_id}}&organizationUserId={{org_user_id}}&email={{email}}&organizationName={{org_name_encoded}}&token={{token}}
If you do not wish to join this organization, you can safely ignore this email.
{{> email/email_footer_text }}