There were some problems with your submission:
<% IF e_no_email %>
- You need too enter a valid email address.
<% END %>
<% IF e_wrong_pass %>
- The password you entered is incorrect.
<% END %>
<% IF e_pass_mismatch %>
- The two passwords you entered do not match.
<% END %>
<% IF e_pass_len %>
- Your password must be at least 8 characters long.
<% END %>
<% IF e_email_exists %>
- There is already an account with that email address.
<% END %>