AC
-If user is logged in, they will have the ability to edit an account if the select the 'Edit 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.