Closed (duplicate)
Project:
Login Destination
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2008 at 18:00 UTC
Updated:
9 Nov 2008 at 18:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
Rosamunda commentedYup. Subscribing.
Comment #2
lauscherli commentedSame problem... When i use the url admin/user/login_destination i get an 'access denied' message.
Comment #3
joshmillerDuplicate of #274869: Access admin settings - Patch for Drupal > 6.2
Simple answer: The maintainer of the plugin didn't add permissions to their module, thus the core doesn't recognize the settings page. You can use the following to patch the module until the maintainer releases a new version.
Add the following to login_destination.module at the top of the page:
And updating the function login_destination_menu()...
Comment #4
jeremdow commentedHere's a patch - I just added the one required 'access arguments' line to the menu hook though -
No need for a separate permission for this, I think.
Comment #5
marcp commentedDuplicate of #292006: Can't see admin page