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

Deprecated

Please use GDPR module instead.


Description

IMPORTANT: Do not use this module on a production environment.

This module will mask all the current data in your database related to the users. You can easily define a map with the fields to map and the Faker function to use for the mapping. As it's using Faker, the data will look realistic whilst being completely faked from the original one.

This module could be really useful when considering the new GDPR legislation (Enforcement date: 25 May 2018), as all the user data could easily be masked in development/local copies.

Installation and usage

After installing the module (detailed steps on readme file) you need to click on another enable checkbox to make sure that the module is not turned on by accident. This setting can be set in settings.php.

It uses the PHP library Faker and each user field or property can map to a Faker function (ie: mail maps to email,
field_phone maps to phoneNumber, etc.). This can be defined in:
* settings.php using $conf['mask_user_data_map_array'] = array(...).
* Via the UI.

Once everything is set up you can run: drush mud or wait until (or trigger) cron or perform the actions via the UI.

TODO

* More unit tests.

Supporting organizations: 
Working hours

Project information

Releases