Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
 
2
SEBSOFT USERSUSPENSION PLUGIN
3
 
4
The Sebsoft User Suspension Plugin offers you the possibility to automate the process
5
of suspending users and/or removing user accounts (using moodle's default methods to delete users).
6
 
7
Suspending users is provided in three different ways:
8
- Using a folder
9
- Using a file upload
10
- Manually through a status table
11
 
12
Deleting users is, if configured to be enabled, provided by comparing the date of suspending to
13
the configured period before removal. Once the configured interval has past and the user is deemed
14
suspended for the configured period, the useraccount will be removed using moodle's standard methods.
15
 
16
Furthermore, there's extensive settings that can be configured to turn every feature on or off,
17
as well as disabling the whole tool's features.
18
 
19
This tool also provides a way of excluding users to be suspended or processed in case of automated
20
processing. There are two methods provided at the moment: single user exclusion and cohort exclusion.
21
During all three different ways of automated suspending / deleting users, only users that have not
22
been configured to be excluded, either by cohort or by single user, will NOT be processed.
23
 
24
Important note: site administrators and the default guest account are completely left out of this tool.
25
For safety measures, it is not recommended to put any form of automisation on suspending or deleting
26
administrator accounts or the default guest account, hence the decision to exclude them in any processing.
27
 
28
INSTALLATION
29
 
30
- Copy the usersuspension folder to your admin/tool directory
31
- Configure your tool
32
- IMPORTANT WARNING: you should disable the whole tool's feature at first install!
33
  Configure all your exclusions before turning the tool on. Failing to do so
34
  MAY result in immediate suspension or removal of inactive users!
35
- We're ready to run!