Changes between Version 3 and Version 4 of UseCase002
- Timestamp:
- 05/12/26 22:51:55 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase002
v3 v4 10 10 11 11 {{{#!div style="text-align: justify; width: 100%;" 12 1. User enters their email and passwordinto the login interface and submits the form.12 1. User enters their {{{email}}} and {{{password}}} into the login interface and submits the form. 13 13 14 14 2. System retrieves the user record from the database to verify the credentials and determine the user's role. 15 15 16 3. System checks the Admin and Consumer tables to identify the specific permissions and attributes associated with that user_id.16 3. System checks the {{{Admin}}} and {{{Consumer}}} tables to identify the specific permissions and attributes associated with that {{{user_id}}}. 17 17 18 18 4. System grants access and redirects the user to the appropriate dashboard based on the results.
