Changes between Version 3 and Version 4 of UseCase002


Ignore:
Timestamp:
05/12/26 22:51:55 (2 weeks ago)
Author:
232012
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase002

    v3 v4  
    1010
    1111{{{#!div style="text-align: justify; width: 100%;"
    12 1. User enters their email and password into the login interface and submits the form.
     121. User enters their {{{email}}} and {{{password}}} into the login interface and submits the form.
    1313
    14142. System retrieves the user record from the database to verify the credentials and determine the user's role.
    1515
    16 3. System checks the Admin and Consumer tables to identify the specific permissions and attributes associated with that user_id.
     163. System checks the {{{Admin}}} and {{{Consumer}}} tables to identify the specific permissions and attributes associated with that {{{user_id}}}.
    1717
    18184. System grants access and redirects the user to the appropriate dashboard based on the results.