I have a flow of events and alternative events for a Login use case.
Basic Flow:
- The actor enters his/her name and password.
- The system validates the entered name and password and logs the actor into the system.
Alternative Flows:
- Invalid Name/Password: If, in the Basic Flow, the actor enters an invalid name and/or password, the system displays an error message. The actor can choose to either return to the beginning of the Basic Flow or cancel the login, at which point the use case ends.
I was said that there is no need for an intermediate Login Screen life line. How should I design the diagram now, according to conditions given above?