User picture configuration

This project is not covered by Drupal’s security advisory policy.

D8 logo Drupal 8 development continues over at Avatar Kit

Allow users to choose a picture (avatar) to represent their account, from multiple providers.

Includes integration with Gravatar (via Gravatar integration), Robohash, and Drupal core picture uploads.

Features

  • Cache pictures locally.
    This is useful for performance, and is required to enable image styles (resize etc), as Drupal cannot process user styles for remote pictures
  • Users choose which picture provider they want to use on the user edit form.
  • Control access to each picture provider, with permissions.
  • Documented API allows you to implement your own picture provider.

Dependencies

Installation

  1. Download User Pic Kit and its dependency: Imagecache Profiles
  2. Enable the module.
  3. Enable permission for Drupal core pictures, and any other provider, for registered users.

Additional Providers

Support for Twitter, Facebook, and other pictures can be found in User Pic Kit Extras!

Project information

Releases