Hi all,
I would like to change the URL that is written in the guest sponsorship emails to reflect the proper FQDN. Currently it points directly to one of the servers (not the cluster IP) with an incorrect domain for the installed certificate.
When I checked on it, it's a big string of variables and whatnot.
<a href="{'guest_register_confirm.php'|NwaGetAppUrl:false:$u.require_auth}?{if $u.source}gsr_id={$u.source|rawurlencode}&{/if}token={$u.register_token|rawurlencode}" target="_blank">
Is there somewhere where I can tell Guest to use the correct FQDN?
Thanks,
--Ben