makeanonymous

General plugins (Local) ::: local_eledia_makeanonymous
Maintained by Matthias Berlin (Schwabe)
This plugin anonymizes data of deleted users, optionally with a delay time.

makeanonymous 0.4a (2014082803)

Moodle 2.6, 2.7
Released: Wednesday, 3 September 2014, 4:14 PM
local plugin: eledia_makeanonymous
==================================


Overview
--------
After deleting a user his data will become anonymous.
Firstname, surname, city, country and auth method of anonymized users can be set up.
Anonymized usernames will be a hash value of old username and deleting time with prefix 'deletedUser_'.

Anonymized e-mail addresses will be the new username with surfix '@delet.ed'.

You can also delay the anonymization by setting up a delay time.
Since version 0.4 you can also anonymize users which you have deleted in the past.

Requirements
------------
Moodle 2.4, 2.5, 2.6 or 2.7


Installation
------------
The zip-archive includes the same directory hierarchy as moodle.
So you only have to copy the files to the correspondent place.
Copy the folder eledia_makeanonymous to moodle/local/eledia_makeanonymous.
The langfiles normaly can be left into the folder moodle/local/eledia_makeanonymous/lang.
All languages should be encoded with utf8.

After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to loged in as admin before.
The installation process will be displayed on the screen.
That's all.


Administration
--------------
You can setup the plugin by going to
Site administration --> Plugins --> Local plugins --> makeanonymous.


Version control
---------------
- 0.4 (2014082802)
-- you can now anonymize users which you have deleted in the past

- 0.3 (2013082800)
-- set timestamps to 0
-- added anonymization of remaining database fields
-- added option to edit auth method of anonymous users

- 0.2 (2013070202)
-- added option to enable/disable the plugin

- 0.1 (2013032800)
-- first release


=========================================================================
copyright 2013 & 2014 Matthias Schwabe - eLeDia GmbH
license: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Version information

Version build number
2014082803
Version release name
0.4a (2014082803)
Maturity
Stable version
MD5 Sum
313d0f441ba924612dc674d7247e6cfd
Supported software
Moodle 2.6, Moodle 2.7

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type General plugins (Local)

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder in the "local" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation.