suspend user

Overview

This plugin suspends a list of users based on their email address. The process runs within the lms cron once a day.

Installation

  1. Make sure you have all the required versions.
  2. Download the Suspend User plugin.
  3. Unzip it into your lms/blocks/ directory.
  4. Login to you lms as Administrator and go to Site administration -> Notifications to trigger the installation process.
  5. Turn editing on the home page.
  6. Add the block to the page.
  7. Follow the link in the block to the formula page and start the process(Details described below).

Using

The block can be included by the admin on the main page. The block offers a link to the plugin settings.
The block defines a capability for using the settings form. So you can give other roles access to the plugin.
By Default only the admin has access. In the form, you can set the path and filename of the input file.
It must be within the lmsdata. The path should be given relative to the lmsdata.
The csv field delimiter has to be the ‘;’.

NOTE: The cleanup process itself runs in the lms cron. So the lms cron must be running to use this plugin.