| 1 |
// $Id: README.TXT,v 1.2 2008/10/03 20:15:00 deekayen Exp $
|
| 2 |
|
| 3 |
r4032login
|
| 4 |
--------------------------------------------------------------------------------
|
| 5 |
Redirect the HTTP 403 error page to the Drupal /user/login page with a message
|
| 6 |
that reads, "Access denied! You must login to view this page." Also, a redirect
|
| 7 |
to the desired page is appended in the url query string so that, once login is
|
| 8 |
successful, the user is taken directly where they were originally trying to go.
|
| 9 |
|
| 10 |
Makes for a much more user-friendly Drupal.
|
| 11 |
|
| 12 |
Installation
|
| 13 |
--------------------------------------------------------------------------------
|
| 14 |
|
| 15 |
Extract and enable r4032login.
|
| 16 |
|
| 17 |
Support
|
| 18 |
--------------------------------------------------------------------------------
|
| 19 |
This open source project is supported by the Drupal.org community. To report a
|
| 20 |
bug, request a feature, or upgrade to the latest version, please visit the
|
| 21 |
project page:
|
| 22 |
|
| 23 |
http://drupal.org/project/r4032login
|