The settings page is not coming up under User Management
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | login_destination_6.4.patch | 460 bytes | jeremdow |
The settings page is not coming up under User Management
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | login_destination_6.4.patch | 460 bytes | jeremdow |
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