<%-- File : user_signup.html Description : Displays the users signup page. --%> <%set set_focus = "myform.comm_username"%> <%if error%> <%~set error = "There were the following problems processing your signup: $error"%> <%endif%> <%site_title%>: User Signup <%include user_include_common_head.html%> onload="document.<%set_focus%>.focus()"<%endif%>>
<%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
<%if t%><%endif%>

Sign up for an account

Login Information:

Profile:

<%-- This auto generates the profile form, so if you add profile options it will automatically appear. --%> <%Community::Web::LSSI::ssi_profile_form( template => 'user_form_edit.html', t => $t, required => '*' )%> <%-- Now add any extra application fields needed. --%> <%Community::Web::LSSI::ssi_apps_form( template => 'user_form_edit.html', t => $t, required => '*' )%> <%if signup_random_image%>

Security Image:

Security Image

Please enter the characters found in the above image. This helps prevent automated signup scripts from creating accounts and abusing the system.

<%endif%> <%if signup_ask_question%>

Lost Password Info:

<%endif%>

* required

 

If you already have an account, please sign in.

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