At some point a while ago I must have changed something to break the CONFIRM email link within the email sent following registration.
I have the email body defined in "Pending Email Body" in the backend CB Configuration, just the link part:
Code:
<a style="background-color: #83b54d; background-image: url('/button-background.png'); border: 1px; solid#3d791f; border-radius: 5px; color: #ffffff; display: inline-block; font-family: sans-serif; font-size: 13px; font-weight: bold; line-height: 32px; text-align: center; text-decoration: none; width: 200px;" href="[CONFIRM]" target="_blank" rel="noopener noreferrer" moz-do-not-send="true">Yes, it's me!</a>
but in the email sent, [CONFIRM] is replaced with "<br />https://[myhost]/Joomla/index.php/personal/confirm?confirmcode=regdb2c41ddeb5f6715343da2c671b82163011d1893<br />"
I'm guessing once upon a time I put line-breaks around the link, but now the link is messed up.
Any idea where that CONFIRM is replaced or what language string it is? Just frustrated I can't find it.
Thanks.