| Version 4 (modified by , 2 weeks ago) ( diff ) |
|---|
UseCase002 - Logging in as user
Initiating actor: Logged-Out User
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.
Scenario
- User enters their
emailandpasswordinto the login interface and submits the form.
- System retrieves the user record from the database to verify the credentials and determine the user's role.
- System checks the
AdminandConsumertables to identify the specific permissions and attributes associated with thatuser_id.
- System grants access and redirects the user to the appropriate dashboard based on the results.
Note:
See TracWiki
for help on using the wiki.
