<%-- File : user_signup_validate_admin.html Description : Displays the signup success page and tells the user their account must be validated by the admin. --%> <%if signup_validate_email%> <%~set message = 'Thank You for validating your email address.'%> <%else%> <%~set message = "Thank You for Becoming a member of $site_title."%> <%endif%> <%site_title%>: User Signup <%include user_include_common_head.html%>
<%include user_include_header.html%> <%include user_include_contentheader.html%>
<%include user_include_leftsidebar.html%>
<%include user_include_contentwrapper_top.html%>
<%include user_include_content_top.html%>
Home > User Sign Up

Awaiting Admin Validation!

Currently, your account is awaiting validation by the administrator of <%site_title%>. When your account has been activated, you will receive an email notification. If you do not receive acknowledgement of your account signup within a reasonable time-frame, please feel free to contact the administrator directory.

<%include user_include_contentwrapper_bottom.html%>
<%include user_include_rightsidebar.html%>
<%include user_include_contentfooter.html%> <%include user_include_footer.html%>