Purpose

Validate user login flow and confirm access control restrictions are preserved after migration.

Steps

  1. Log in using a regular user account.
  2. Attempt to edit an existing page.
  3. Attempt to access the admin interface (Special pages).
  4. Log out and access a restricted page as an anonymous user.

Expected Result

- Authenticated users can edit pages they have access to.
- Anonymous users are denied access to restricted content.
- Admin-only pages are not visible to standard users.
- Session persists across page navigation.