User management
Profile 2
Like core's profile module but with Field API.
Work from #301071: New Profile module leveraging fields API and #394720: Migrate profile module data to field API continues here.
Custom Contact
This module creates a custom user contact page using Views. The Flag module is used to mark which users to include on the page so the views can include any arbitrary collection of users. The Draggable Views module is used to allow you to drag 'n drop the entries to arrange the list in any order.
Drupal does not ordinarily allow anonymous users to access personal contact pages, so the Contact Forms module is used to create contact pages that can be accessed by anyone, and we use the Flag module to toggle on and off the option to make the contact form available to anonymous users.
The User Management page is available as a tab on the User list, at Admin >> User Management >> Users >> Custom Contact Page. On that page users with permission to administer custom contact page can toggle options for each user to add them to the Custom Contact page. Users with permission to administer the custom contact page can also toggle those options on the user edit forms.
The Custom Contact page is located at '/contact-list'. If Draggable Views is enabled, users with permission to administer custom contact page will see grab bars they can use to drag the users in this list into any order.
Domain User
Part of the Domain Access suite.
Allows for the automatic creation of subdomains for registered users.
This is the Drupal 7 development branch.
All Permissions
Assign or remove all permissions to or from a role with a single mouse click.
This module adds a checkbox to the top of each role column on the Drupal permissions page. Tick the box to add all permissions to the role. Untick it to remove all permissions.
Stalker
Lists the number of times a user's profile has been viewed by other users. Handy for spotting stalkers and secret admirers.
Used as an example module for Lullabot's Drupal Module Building DVD.
