Instead of sending members to an external URL after their transactions are
approved, denied, or upgraded, NATS can send them to a custom internal URL.
You can customize this URL's layout using Smarty.
To edit the templates, go to Sites Admin, click the
edit sign-up templates icon, and find the following templates: page_approval,
page_denial, page_upgrade_approval, and page_upgrade_denial.
On the template, you can use the $site, $member, and $option Smarty arrays. For example, the default page_approval template can say:
You joined site {$site.name} with the following information:
<br><br>
Username: {$member.username}
<br>
Password: {$member.password}
NOTE: the page denial will not display the member password instead the password will be displayed as **********