views:

17

answers:

1

hi,

I'm using the "User Points" module in Drupal to assign points to the users given the rating on some of their nodes.

I visited the menu: admin/user/userpoints from which I can see users scores.

However when I click on one of them, I get "Access Denied" (and I'm the admin id=1).

For example, this link is forbidden for me:

myuserpoints/6

I can only visit my own:

myuserpoints/1

But if the module does provide a list with all user points, I guess i'm supposed to see them.. or not ? thanks

+1  A: 

Check out this issue, it seems there is a patch for the problem. Try if that fixes it for you.

User 1 should never see an access denied message, that is definitely a bug.

Fabian
The issue report has been marked as fixed (and then automatically closed); that means the fix has been already implemented in a release of the module (official release or development snapshot).
kiamlaluno
It should be in the dev release, but not in the stable one.
Fabian

related questions