wiki:UseCase03PrototypeImplementation

UseCase03 - Login

Initiating actor: Guest

Description

A guest can browse the system in read-only mode. When the guest attempts to perform a restricted action, the system requires authentication. The guest logs in by providing a username and password. The system verifies the credentials and, if valid, starts an authenticated session. After login, the user can perform actions allowed by their role. If authentication fails, the user remains in read-only mode.

Scenario

  1. Guest goes to the login page.

  1. Guest submits credentials.

SELECT * FROM users WHERE username = ?
SELECT 1 FROM owners WHERE user_id = ? LIMIT 1
Last modified 4 days ago Last modified on 02/04/26 21:44:16

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.