Closed (duplicate)
Project:
Redirect 403 to User Login
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2009 at 01:49 UTC
Updated:
13 Jul 2009 at 15:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
Mark Theunissen commentedGreat idea, took a brief look at the code and it seems fine.
Comment #2
frank ralf commentedGreat improvement! Took me at least 10 minutes to figure that setting out while scratching my head why the module didn't work... Will try the patch and report here.
Frank
Comment #3
xmoe commentedGreat improvement! But I would rather use the functions hook_disable() and hook_enable() instead of hook_install() and hook_uninstall().
Comment #4
xmoe commentedit would probably be even better to alter the system_error_reporting_settings-form and replace the 403-textfield with a message saying that 403 is handled by this module.
Comment #5
webwriter commentedThank you for this info! I really needed it.
Comment #6
Bevan commentedI made the changes in enable/disable hooks, as recommended.
In order to keep the patch lean and simple, I didn't do the form alter stuff. Though I agree this is a good idea, for another issue/patch.
Comment #7
Bevan commentedBump. Reviews? Commits?
Comment #8
deekayen commented#318935: Cannot get module to work