Changes between Version 1 and Version 2 of UseCase002
- Timestamp:
- 05/09/26 01:51:15 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase002
v1 v2 3 3 **Initiating actor:** Logged-Out User 4 4 5 {{{#!div style="text-align: justify; width: 100%;" 5 6 The goal of this use case is to allow an existing user to authenticate their identity and gain access to their personalized account features. The system verifies the provided credentials against the stored records in the User table to establish a secure session. Successful authentication enables the user to act as a Logged-In Consumer or Logged-In Admin depending on their account type. 7 }}} 6 8 7 9 == Scenario 8 10 11 {{{#!div style="text-align: justify; width: 100%;" 9 12 1. User enters their email and password into the login interface and submits the form. 10 13 … … 14 17 15 18 4. System grants access and redirects the user to the appropriate dashboard based on the results. 19 }}}
