Redirect 403 to User Login
25,670 sites
Security covered
This module redirects users to the login page when they encounter a "403 Access Denied" error. It optionally displays a message explaining why access was denied and, after a successful login, sends the user directly to the page they were originally trying to access.
Redirect the HTTP 403 error page to the Drupal /user/login page with an optional message that reads:
"Access denied! You must login to view this page."
Also, the desired page is appended in the url query string so that, once login is successful, the user is taken directly where they were originally trying to go.