Closed (fixed)
Project:
Persistent Login
Version:
6.x-1.4-beta2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2008 at 12:35 UTC
Updated:
11 Nov 2008 at 18:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
wwwoliondorcom commentedhi,
I have the same problem, nothing at admin/settings/persistent_login
I get an access denied
Thanks.
Comment #2
haffelt commentedI can report this error, too - same installation as mentioned above. The link /persistent_login/erase/(someNumber) results in an "Access denied" -page.
Comment #3
chly23 commentedThere is a bug in menu hook.
'access' => user_access('administer Persistent Login') should be changed to 'access arguments' => array('administer Persistent Login').
I post a patch file. I hope it can help fix this bug.
Comment #4
fasdalf@fasdalf.ru commentedPacth works. Include it in next release, please.
Comment #5
mr.andrey commentedAfter patch, I still don't see a link to administer persistent login under admin/settings
A.
Comment #6
pants commentedI applied the patch and it came up with blank screen...
I applied the patch but didn't work
Comment #7
pants commentedOK. I fixed the blank screen issue but I still don't see the settings page on the admin menus...
UPDATE: this is fixed. you have to start and stop the module...
Thanks!
Comment #8
rightchoice2c_me commentedThere are still some changes which I made.You can test this patch I hope this will definitely solves your problem.
Comment #9
markus_petrux commentedJust marked another issue as dup of this one.
http://drupal.org/node/285706
Comment #10
markus_petrux commentedHere's another patch that is working for me with Drupal 6.4.
In addition to fix the access denied issue, it also removes t() usage in menu item title/descriptions, redirects to user/x after reseting persistent logins and generates an access denied event if this function is requested by someone who is not authorized (anonymous users are not authorized, user cannot reset someone else's data unless user has admin permission).
Comment #11
halkeye commentedIs there a reason you are removing the t()?
I'm going to be testing out the patch on my system but I chose to leave the t() in.
Comment #12
markus_petrux commentedThis is Drupal 6.x based, so menu item titles and Descriptions should no longer be wrapped in t().
http://drupal.org/node/140311
Comment #13
giorgoskPatch on #8 worked for me (using D6.5)
Comment #14
bjaspan commentedFixed.
Comment #15
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.