-
Improvement
-
Resolution: Fixed
-
Major
-
2.0.7, 2.1.4, 2.2.1, 3.1.2
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE, MOODLE_31_STABLE
-
MOODLE_32_STABLE
-
MDL-31465-master -
Currently the webservices do not allow the use of the user suspension feature.
The only way to suspend a user is to change its auth plugin name, which has disadvantages, because it forces to keep track of the previous plugin in use before setting it to "nologin" for login deactivation.
This improvement will allow one to specify the suspended value of the user, either 0 (if not suspended) or 1 (if suspended).