If a not-logged-in user attempts to access a protected page and is redirected to the login page, once the user logs in, they should be redirected to that protected page should they have permission to view it.
If the user does not have permission to view the protected page even after logging in, the system should display this to the user.
If a not-logged-in user attempts to access a protected page and is redirected to the login page, once the user logs in, they should be redirected to that protected page should they have permission to view it.
If the user does not have permission to view the protected page even after logging in, the system should display this to the user.