I want to create a page with a list of all of the people who have logins and make it accessible to moderators and administrators. Should I use views to do this and fiddle with the arguments, or is there a way to do this using Drupal core. I can't actually install new modules due to my server configurations.
--ian--
I was not able to find a way to do this with just core. The "access user profiles" permission controls this, but there's no page listing users available other than through the Admin menu, which requires additional permissions.
This is very easy to do with a small module. I suspect Views might be your only other choice.