Registration Page
From WoWIIIDev
Requirements
Needs to capture all the details required by the Security Manager and wow_city
Needs to validate that the email address is valid, use the EmailManager in WoWIIIAPI to send emails
Needs to use a CAPTCHA to validate that the user is valid something like reCAPTHCHA will be fine
Needs to have some standard terms and conditions stuff (which can be configured in the db)
Needs to be able to handle the case when the user already exists in the security manager but there is not city associated with them (ie for new rounds we will clear the database, but allow users to have the same username/password)
