AC
-If user is logged out, they will have the ability to create an account if the select the 'Create Account' tab from the navigation bar.
-Once clicked, the user will be brought to a form that asks for their:
First Name
Last Name
Email
Password (entered twice, hidden, stored securely)
-Validation should take place via ajax on the server-side. Message should be delivered client side.
-Form should double up as the form used for editing as well.