Closed (fixed)
Project:
Redirect 403 to User Login
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2011 at 08:36 UTC
Updated:
11 Oct 2013 at 20:20 UTC
Hello,
I have installed the module but it doesn't seem to work. It doesn't redirect to user/login and it just says the defaul tbrowser message. Do I have to make some setting, or a rewrite rule? My host uses lighttpd
Comments
Comment #1
geek-merlinthis should be part of readme imho:
(i had to "read the source, luke"...)
* go to admin/config/system/site-information
* at "error pages / 403 page" enter this: r4032login
* fill the other settings below as needed
the above thing should probably be done by a hook_form_alter...
setting to doc issue for now
Comment #2
robloachThis is in the .install though, which should automatically set that variable....
It does deserve to be in the documentation somewhere though.
Comment #3
lotyrin commentedIs there any reason to have r4032login installed without the 403 page set to it?
Just brainstorming if it would be appropriate to display a warning to the user in that case. (perhaps on the configuration page)
Comment #4
facal commentedTotally agree with axel.rutz, those three bullets must be in the readme!
Comment #5
gregglesThe automated steps in the installer and simple text in http://drupalcode.org/project/r4032login.git/blob/refs/heads/7.x-1.x:/RE... make this seem fixed to me.