I have a user role that I would like to be able to add new users, but I don't want them to be able to user the Access Control page.
Currently, if I check "Administer Users" permission (in the user modules section of the Access Control page), they get access to the Access Control page as well.

Comments

gte451f’s picture

Amen to that!

this has been discussed elsewhere....
http://drupal.org/node/39392

Could be a matter of adding an addition permission in user.module and doing the appropriate logic infront of the access control function?
I'll look into this and see if I can get my "Pea" of a brain around it.

in the mean time consider disabling the "access control" menu item. Not great but it is somthing for now.

magico’s picture

Version: 4.6.3 » x.y.z
LAsan’s picture

Version: x.y.z » 7.x-dev

Moving to cvs.

mdupont’s picture

Version: 7.x-dev » 8.x-dev
Issue tags: +access permissions

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

dpi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

this is now separate administer users and administer permissions permissions.

Closing as outdated.