Skip to content

Commit

Permalink
Merge pull request #212 from ashanthamara/bug-fix-event-hndler
Browse files Browse the repository at this point in the history
Added applicationName to accountConfirmation and passwordReset Email template links
  • Loading branch information
chamathns authored Dec 6, 2023
2 parents dbf9cb9 + a6c0904 commit e62bdb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
<td style="float:left;border-collapse:collapse;line-height:inherit;padding: 10px 0 15px;"
valign="top" align="center">
<a class="ctaorange"
href="{{account.recovery.endpoint-url}}/confirmrecovery.do?confirmation={{confirmation-code}}&amp;userstoredomain={{userstore-domain}}&amp;username={{url:user-name}}&amp;tenantdomain={{tenant-domain}}&amp;callback={{callback}}"
href="{{account.recovery.endpoint-url}}/confirmrecovery.do?confirmation={{confirmation-code}}&amp;userstoredomain={{userstore-domain}}&amp;username={{url:user-name}}&amp;tenantdomain={{tenant-domain}}&amp;sp={{sp}}&amp;callback={{callback}}"
style="box-sizing:border-box;display:inline-block;font-family:'{{organization.font}}', Roboto, Verdana, Helvetica, sans-serif;text-decoration:none;font-size: 14px; line-height: 24px; font-weight:600; text-align:center;color:{{organization.button.font.color}};background-color:{{organization.color.primary}};border-radius:6px;width:auto;max-width:100%;word-break:break-word;word-wrap:break-word;line-height:inherit"
target="_blank"><span
style="display:block;line-height:120%;padding:14px 24px"><span
Expand Down Expand Up @@ -2253,7 +2253,7 @@
<td style="float:left;border-collapse:collapse;line-height:inherit;padding: 10px 0 15px;"
valign="top" align="center">
<a class="ctaorange"
href="{{account.recovery.endpoint-url}}/confirmregistration.do?confirmation={{confirmation-code}}&amp;userstoredomain={{userstore-domain}}&amp;username={{url:user-name}}&amp;tenantdomain={{tenant-domain}}&amp;callback={{callback}}"
href="{{account.recovery.endpoint-url}}/confirmregistration.do?confirmation={{confirmation-code}}&amp;userstoredomain={{userstore-domain}}&amp;username={{url:user-name}}&amp;tenantdomain={{tenant-domain}}&amp;sp={{sp}}&amp;callback={{callback}}"
style="box-sizing:border-box;display:inline-block;font-family:'{{organization.font}}', Roboto, Verdana, Helvetica, sans-serif;text-decoration:none;font-size: 14px; line-height: 24px; font-weight:600; text-align:center;color:{{organization.button.font.color}};background-color:{{organization.color.primary}};border-radius:6px;width:auto;max-width:100%;word-break:break-word;word-wrap:break-word;line-height:inherit"
target="_blank"><span
style="display:block;line-height:120%;padding:14px 24px"><span
Expand Down

0 comments on commit e62bdb6

Please sign in to comment.