Skip to content

Use Case: Registration

pawello2222 edited this page May 3, 2016 · 1 revision

###Brief Description#

This use case describes how a user can register an account in the application.

###Basic Flow#

  • The system requests that the user enter his/her name and password.
  • The user enters his/her name and password.
  • The system validates the entered name and password and creates an account for the user.

###Alternative Flows# #####Invalid Name / Password#

If in the Basic Flow the user enters an already used name and/or password in invalid format, the system displays an error message. The user can choose to either return to the beginning of the Basic Flow or cancel the registration, at which point the use case ends.

###Pre-Conditions# None

###Post-Conditions# If the use case was successful, the user is now registered in the system. If not, the system state is unchanged.

Clone this wiki locally