User Search to People Administration

Component type

module

Maintenance status

Development status

Downloads

11135

Component created

Component changed

Remove user search from the /search space and move it to /admin/people -- that is, instead of /search/user the functionality for searching users is found at /admin/people/search

This is useful for when you want make it easier for administrators to find the user search, and you don't want regular visitors and members of your site to see a search for user profiles alongside the search for content (indeed, you likely don't want tabs on the search page at all).

Bulk User Delete

Component type

module

Maintenance status

Development status

Downloads

2399

Component created

Component changed

This module allows you to bulk delete users through the admin interface. You provide a list of email addresses, one per line, and the users are deleted using the batch processing API.

Enable the module, then visit admin/people/userdelete to delete users.

This module sponsored by the Application Developer's Alliance

volunteer_offer_enabler

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

this project binds user profile fields to taxonomy term. When registrating a new user or updating a user profile, checkboxes are display with each term of the vocabulary.

Depending on how many checkbox the user check, it is assigned a float value [0;1] that represents the ratio of checkbox checked over possible checkbox.

The ratio number is then usable by Views with special formatter.

CRM Core Contact vCard

Component type

module

Maintenance status

Development status

Component created

Component changed

This module generates a vCard for CRM Core contact, it supports address, phone number, websites, etc.

Please configure the module at admin/config/crm_core/vcard

The vCard path will be at crm/contact/[contact_id]/vcard

@todo:

Need views integration
Need better field type support for different types of contact fields
Need better standardization of the vCard format

Profile Completion

Component type

module

Maintenance status

Development status

Component created

Component changed

Profile completion is a module built with the idea similar to "Linked In" profile completion. It provides a block that tracks user's profile completion percentage. Users can perform a variety of "activities" that allows them to "complete their profile".

From the developer perspective: This module creates a simple UI front-end for the achievement module which currently integrates with:

  • Node creation
  • Flagging (flag module)
  • CRM Core profile (CRM Core module)

Dependency: Achievement module.

Avatars

Component type

module

Maintenance status

Development status

Component created

Component changed

Provide three blocks to display recently active users, recently registered users and most active users (based on node counts).

Installation

  1. Download and install this module.
  2. Configure user's picture in "Administration » Configuration » People".
  3. Enable blocks in "Administration » Structure".

Mass Password Reset

Component type

module

Maintenance status

Development status

Downloads

11667

Component created

Component changed

This module allows users with "Administer users" permission to reset all user accounts and notify all users

Details

The module will reset the passwords of all users except the administrative superuser id 1. You can optionally reset the administrative superuser id 1. Once passwords have been reset, users will optionally receive emails using the Drupal password recovery email. The password recovery email content can be edited at the account settings configuration page.

Assign User Id

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module works together with the "Services " module and xml-rpc to allow you to specify the user id of new users created with user.register , instead of having drupal define the next id available as it does by default.