Changes between Version 1 and Version 2 of UseCase03


Ignore:
Timestamp:
01/24/26 12:41:21 (2 weeks ago)
Author:
231035
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UseCase03

    v1 v2  
    22** Initiating actor: Guest **
    33== Description
    4 A guest can browse the system in read-only mode. When the guest tries to perform a restricted action, the system requires authentication. The guest logs in by providing credentials; the system verifies them and starts an authenticated session. After login, the user can perform actions allowed by their role (e.g. client). If login fails, access remains read-only.
     4A guest can browse the system in read-only mode. When the guest tries to perform a restricted action, the system requires authentication. The guest logs in by providing credentials, the system verifies them and starts an authenticated session. After login, the user can perform actions allowed by their role (e.g. client). If login fails, access remains read-only.
    55== Scenario
    661. Guest goes to the login page.