The link 'admin/settings/quota_by_role' is visible for authenticated users without 'administer quota by role' permission.

Please change in quota_by_role.module the line 53

'access' => array('administer quota by role'),
to
'access' => user_access('administer quota by role'),

Comments

tj2653’s picture

Status: Active » Closed (duplicate)

This is a duplicate of http://drupal.org/node/237523