User history tab

Drupal 8

An entirely new codebase has been implemented for Drupal 8. This version of the module will take a copy of all existing user records (via a batch process) into a new user_history table following installation. It will then record a copy of each user record that is updated into this table. While the user history records are custom entities, there are no user interface functions that allow changes to these records. The records in this table are therefore able to provide an accurate record of changes to any user account.

The module provides a tab on the user account page to show the most recent changes to the account, and a listing of all user change records is provided, with filters to select records for a specific account, changes within a date range, changes by a specific user, or changes involving specified user roles.

This module now tracks the standard default user account properties by default, but fields added to the user account entity through the field UI (or programmatically) can also be tracked in a similar fashion by configuring the module.

Refer to #3092876: User history D8 Roadmap for D8 Roadmap.

Drupal 6

Keep track of user history across time. It can track user changes, profile changes or Node Profile updates.

It's easy to install and configure and very useful for Community websites or sites that require an close administrator attention to it's users.

You can select which fields to be tracked and also you can give permission to skip User history to some user roles.

Information is saved into arrays of diff in database, so you can always have access to a diff version like:

On 2011 / 07 / 20 at 12:30
Field 1 has changed from "Value 1" to "Value 2"

Supporters

The D8 version of this module is supported by Xequals and Spark NZ.

This D6 version of this module was supported by AG Prime

Supporting organizations: 
Sponsoring development of D8 version

Project information

Releases