Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 452 Bytes

UC4.md

File metadata and controls

12 lines (10 loc) · 452 Bytes

##UC4. Register a new user

###Main scenario

  • Starts when a user wants to create login-credentials
  • System ask for username and password
  • User provides username and password
  • System saves the credentials and presents a success message

###Alternate Scenarios

  • 4a. Credentials could not be registered (Username already used, wrong username format, Wrong password format.
    1. System presents an error message
    1. Step 2 in main scenario.