Reference: Drupal 7 Information Architecture handbook page.

According to this document:

People

Drupal path: admin/people

The People section should only be used for the listing of users. Modules may expose other data here. For example, a module might list events related to each user.

However, no module should add its configuration here. Instead, use the People category under the Configuration section (below).

Examples: Lists of events related to users

Based on this recommendation, it would be better to add the module's configuration under admin/config/people instead. Per the handbook page:

People

Drupal path: admin/config/people

The People category should hold all modules that would fit under the old "User Management" category in Drupal 6. (Note: Do not confuse this category with the People section above.)

Examples: Access control modules

Comments

xjm’s picture

Status: Active » Needs review
StatusFileSize
new829 bytes

Patch implementing this menu change attached.

gisle’s picture

Attached is a patch that I believe addresses this and some other issues with flexiaccess. It should be applied to the most recent commit (cbc3d0e352f44fe1e5557d0368356fe450c32ad9) in the master branch (i.e. not to the tarball that can be downloaded from the project page).

gisle’s picture

-deleted-

gisle’s picture

Status: Needs review » Fixed

This is fixed in the development snapshot of the 7.x-1.x branch (dated 2012-Dec-19).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.