Purpose
Validate user login flow and confirm access control restrictions are preserved after migration.
Steps
- Log in using a regular user account.
- Attempt to edit an existing page.
- Attempt to access the admin interface (Special pages).
- 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.