Moodle Plugins directory: Suspend User | Moodle.org

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.
Latest release:
12 sites
7 downloads
6 fans
Current versions available: 5
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 moodledata. The path should be given relative to the moodledata.
The csv field delimiter has to be the ';'.
NOTE: In Github we use an empty master branch. The different plugin versions can be found in special branches for each Moodle version.
Contributors
Benjamin Wolf (Lead maintainer)
Please login to view contributors details and/or to contact them
Hi Benjamin,
Just stopping by to quick ask, did you want a component in tracker for this?
also the conventions for repository naming are like
moodle-{component}_{pluginname}
NOTE: In Github we use an empty master branch. The different plugin versions can be found in special branches for each Moodle version.
I will add this note to the description here.
1)not regarding the plugin, but the file, how to create the .csv file periodically?
2) when the suspended users become active again will the plugin re-activate them?
thanks
2) There is no criteria which could tell the plugin the user is active again. So the plugin has no option to do this. Keep in mind that a suspended user cant login. So he cant be active again from his own. He must be un-suspend by administration manually.