Suspend User

Blocks ::: block_eledia_suspenduser
Maintained by Benjamin Wolf
This plugin suspends user accounts based on a csv file with email addresses. Access is controlled by a capability.

Suspend User 0.1 (2012051600)

Moodle 3.1, 3.2, 3.3, 3.4
Released: Wednesday, 1 February 2017, 10:52 PM
This plugin suspends user accounts based on a csv file with email addresses.

Installation:
To install the plugin just copy the folder "eledia_suspenduser" into moodle/blocks/.

Afterwards you have to go to http://your-moodle/admin (Site administration -> Notifications) to trigger the installation process.

Usage:
Configurate the block with the configuration page it links to. Set the path an filename for the input file.
It must be within the moodledata. The path should be given relative to the moodledata. The delimiter of the file has to be the ';'

The plugin will run once a day with the moodle cron, reading the configured file and sets all users with the mail given in the file as suspended.

copyright 2013 eLeDia GmbH http://eledia.de
license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
You can receive a copy of the GNU General Public License at .

Version information

Version build number
2013101500
Version release name
0.1 (2012051600)
Maturity
Stable version
MD5 Sum
5cb0766dd84ccf79b3f94de043f3aa4c
Supported software
Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4
  • Latest release for Moodle 3.1
  • Latest release for Moodle 3.2
  • Latest release for Moodle 3.3
  • Latest release for Moodle 3.4

Version control information

Version control system (VCS)
Other...
VCS repository URL

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.