mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a system I need to be able to confirm the user is a member so that I can keep the web app secure #34

Open mmanning95 opened 1 month ago

mmanning95 commented 1 month ago

As a system I need to be able to confirm the user is a member So that I can keep the web app secure

Details and Assumptions

Acceptance Criteria


Scenario: Accessing member function with a member or admin account
Given an member or admin user is logged in
When they try to access an member-only function
Then the system verifies the account is an member or admin
And grants access to the member function

Scenario: Accessing member function while not logged in
Given a not logged in user 
When they try to access an member-only function
Then the system checks the account type
And denies access to the member function
And displays an error message saying "Member privileges required"