Your account details were updated successfully. If you updated your email address, you need to click the link sent to you before the changes can be applied.
<% END %>
<% IF error %>
There were some problems with your submission:
<% IF e_no_email %>
You need to 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.