Changes between Version 1 and Version 2 of UseCase002


Ignore:
Timestamp:
05/09/26 01:51:15 (3 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase002

    v1 v2  
    33**Initiating actor:** Logged-Out User
    44
     5{{{#!div style="text-align: justify; width: 100%;"
    56The 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}}}
    68
    79== Scenario
    810
     11{{{#!div style="text-align: justify; width: 100%;"
    9121. User enters their email and password into the login interface and submits the form.
    1013
     
    1417
    15184. System grants access and redirects the user to the appropriate dashboard based on the results.
     19}}}