Create Account
As a [user], I want to be able to create an account so I can use the system.
I’ll know this is done when:
- I can enter a unique user name.
- I can enter a valid and unique email address.
- I can enter a new password that is longer than eight characters, has at least one upper case character, one lower case character, one number, and one special character.
- I cannot create the account unless all these conditions are satisfied, or error messages are shown.