Closed (fixed)
Project:
Notify
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 20:04 UTC
Updated:
13 Feb 2010 at 22:50 UTC
When logged in as a user given the role of administrator, not UID #1, I am unable to access the "My Notifications" tab (http://example.com/mirror/user/13/notify). This functionality was available in 5.x-1.x-dev (2008-Sept-3).
Logged in as user #1 does give me access to this page.
Comments
Comment #1
elek commentedlook at:
http://drupal.org/node/300280
Comment #2
gjerdery commentedThanks, I had previously applied the patch noted at #300280: My Settings / Notification Settings page, which did correct the issue of the error message appearing on "My Notification" pages. The issue I'm reporting is different. In previous versions of the the module, I have been able to login with an account that had been granted "administer Notify" permission, and view the individual settings of my users. While I can still do this if logged in as UID 1, I'd like to do be able to have that ability be tied to the "administer Notify" permission for other site administrators, as needed.
Comment #3
toddwoof commentedI have this problem, too: Only user 1 can change other people's settings, even if the permissions are set to allow some role to do it.
Comment #4
mcurry commentedSubscribe
Having same problem in 6.x...
Comment #5
mcurry commentedIn order to allow users with 'administer notify' permissions to access the user profile Notify Settings form, the permission check in notify_user_settings_form(), which looks like this:
should read:
This is true of both 5.x and 6.x branches. I can't roll a proper patch right now. Anyone else care to take on this issue for both 5.x and 6.x branches?
Here's the output of diff -uw
Comment #6
mcurry commentedComment #7
mcurry commentedI see that this is fixed in the -dev branches. Marking as fixed.