Reference: Drupal 7 Information Architecture handbook page.
According to this document:
People
Drupal path:
admin/peopleThe 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/peopleThe 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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | flexiaccess-D7_IA_standard-1200546-2.git_.patch | 18.03 KB | gisle |
| #1 | flexiaccess_config_path-1200546.patch | 829 bytes | xjm |
Comments
Comment #1
xjmPatch implementing this menu change attached.
Comment #2
gisleAttached 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).Comment #3
gisle-deleted-
Comment #4
gisleThis is fixed in the development snapshot of the 7.x-1.x branch (dated 2012-Dec-19).