%-- File : signup_success.html Description : This template is displayed after a user successfully signs up for an account. Tags : All the properties of the user are available on this page, plus Validation => A flag set to true if the user must first validate their account. --%>
| <%header_font%> SUCCESSFUL SIGN UP <%/header_font%> | |
|
<%body_font%>
<%if Validation%>
<%body_font%>
Thanks, an email has been sent to you with a validation code. Once
you receive it, you'll need to enter a validation
code.
<%else%>
You have now successfully registered. <%endif%> |