There were some problems with your registration:
<% IF e_no_email %>
- You need to enter a valid email address.
<% END %>
<% IF e_no_password %>
- You need to enter a password.
<% END %>
<% IF e_pass_len %>
- Your password must be at least 8 characters!
<% END %>
<% IF e_no_password2 %>
- You need to enter a password confirmation.
<% END %>
<% IF e_pass_match %>
- The two passwords you entered do not match!
<% END %>