Changes between Version 2 and Version 3 of UseCase2
- Timestamp:
- 12/27/25 16:18:47 (27 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UseCase2
v2 v3 12 12 [[Image(login.png)]] 13 13 Step 3. System validates credentials. \\ 14 {{{ 15 SELECT id, username, email, password 16 FROM users 17 WHERE username = 'provided_username' 18 LIMIT 1; 19 }}} 14 20 Step 4. If the credentials are valid, the user is logged in and now has access to more functionalities, else the system displays an error message.
