By thomasmathiesen on
I'd like to give my authenticated users access to see the whole user list, and I've given the permission under administer-> accounts-> permissions .. but what's the link to the user list?
Kind regards,
Thomas Mathiesen
Comments
/profile -- If you have tro
/profile
--
If you have troubles with a particular contrib project, please consider to file a support request. Thanks.
--
Drupal services
My Drupal services
Profile isn't a contrib proje
Profile isn't a contrib project. Try out the menus module where you can easily enable a link to this list in your site's navigation menu.
Well, I click admininstration
Well, I click admininstration -> configuration -> menus
Then add a new menu item.
I have to add;
Name of item (no problem)
Description (no problem)
URL (PROBLEM)
Parent (no problem)
++
If I open the user list as an admin, the url is q=admin/user (or something similar), but if I try going to this url as a normal (authenticaed) user, I get a 404 error.