MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
|
|
//
|
|
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Guest access plugin.
|
|
|
|
*
|
|
|
|
* This plugin does not add any entries into the user_enrolments table,
|
|
|
|
* the access control is granted on the fly via the tricks in require_login().
|
|
|
|
*
|
2010-07-31 20:22:29 +00:00
|
|
|
* @package enrol
|
|
|
|
* @subpackage guest
|
|
|
|
* @copyright 2010 Petr Skoda {@link http://skodak.org}
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
*/
|
|
|
|
|
2010-07-31 20:30:29 +00:00
|
|
|
defined('MOODLE_INTERNAL') || die();
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
|
|
|
|
class enrol_guest_plugin extends enrol_plugin {
|
|
|
|
|
2010-09-20 07:49:30 +00:00
|
|
|
/**
|
|
|
|
* Returns optional enrolment information icons.
|
|
|
|
*
|
|
|
|
* This is used in course list for quick overview of enrolment options.
|
|
|
|
*
|
|
|
|
* We are not using single instance parameter because sometimes
|
|
|
|
* we might want to prevent icon repetition when multiple instances
|
|
|
|
* of one type exist. One instance may also produce several icons.
|
|
|
|
*
|
|
|
|
* @param array $instances all enrol instances of this type in one course
|
|
|
|
* @return array of pix_icon
|
|
|
|
*/
|
2010-08-18 09:26:46 +00:00
|
|
|
public function get_info_icons(array $instances) {
|
2010-09-20 07:49:30 +00:00
|
|
|
foreach ($instances as $instance) {
|
|
|
|
if ($instance->password) {
|
|
|
|
return array(new pix_icon('withoutpassword', get_string('pluginname', 'enrol_guest'), 'enrol_guest'));
|
|
|
|
} else {
|
|
|
|
return array(new pix_icon('withpassword', get_string('pluginname', 'enrol_guest'), 'enrol_guest'));
|
|
|
|
}
|
|
|
|
}
|
2010-08-18 09:26:46 +00:00
|
|
|
}
|
|
|
|
|
2010-09-21 10:42:19 +00:00
|
|
|
public function enrol_user(stdClass $instance, $userid, $roleid = NULL, $timestart = 0, $timeend = 0, $status = NULL) {
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
// no real enrolments here!
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
public function unenrol_user(stdClass $instance, $userid) {
|
|
|
|
// nothing to do, we never enrol here!
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Attempt to automatically gain temporary guest access to course,
|
|
|
|
* calling code has to make sure the plugin and instance are active.
|
|
|
|
*
|
|
|
|
* @param stdClass $instance course enrol instance
|
|
|
|
* @param stdClass $user record
|
|
|
|
* @return bool|int false means no guest access, integer means end of cached time
|
|
|
|
*/
|
|
|
|
public function try_guestaccess(stdClass $instance) {
|
|
|
|
global $USER, $CFG;
|
|
|
|
|
|
|
|
if (empty($instance->password)) {
|
|
|
|
// Temporarily assign them some guest role for this context
|
|
|
|
$context = get_context_instance(CONTEXT_COURSE, $instance->courseid);
|
|
|
|
$USER->access = load_temp_role($context, $CFG->guestroleid, $USER->access);
|
|
|
|
return ENROL_REQUIRE_LOGIN_CACHE_PERIOD;
|
|
|
|
}
|
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Returns link to page which may be used to add new instance of enrolment plugin in course.
|
|
|
|
* @param int $courseid
|
|
|
|
* @return moodle_url page url
|
|
|
|
*/
|
2010-07-31 20:02:56 +00:00
|
|
|
public function get_newinstance_link($courseid) {
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
global $DB;
|
|
|
|
|
2010-07-31 20:22:29 +00:00
|
|
|
$context = get_context_instance(CONTEXT_COURSE, $courseid, MUST_EXIST);
|
|
|
|
|
|
|
|
if (!has_capability('moodle/course:enrolconfig', $context) or !has_capability('enrol/guest:config', $context)) {
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($DB->record_exists('enrol', array('courseid'=>$courseid, 'enrol'=>'guest'))) {
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
return new moodle_url('/enrol/guest/addinstance.php', array('sesskey'=>sesskey(), 'id'=>$courseid));
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Creates course enrol form, checks if form submitted
|
|
|
|
* and enrols user if necessary. It can also redirect.
|
|
|
|
*
|
|
|
|
* @param stdClass $instance
|
|
|
|
* @return string html text, usually a form in a text box
|
|
|
|
*/
|
|
|
|
public function enrol_page_hook(stdClass $instance) {
|
|
|
|
global $CFG, $OUTPUT, $SESSION, $USER;
|
|
|
|
|
|
|
|
if (empty($instance->password)) {
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
|
|
|
|
require_once("$CFG->dirroot/enrol/guest/locallib.php");
|
|
|
|
$form = new enrol_guest_enrol_form(NULL, $instance);
|
|
|
|
$instanceid = optional_param('instance', 0, PARAM_INT);
|
|
|
|
|
|
|
|
if ($instance->id == $instanceid) {
|
|
|
|
if ($data = $form->get_data()) {
|
|
|
|
// set up primitive require_login() caching
|
|
|
|
unset($USER->enrol['enrolled'][$instance->courseid]);
|
|
|
|
$USER->enrol['tempguest'][$instance->courseid] = time() + 60*60*8; // 8 hours access before asking for pw again
|
|
|
|
|
|
|
|
// add guest role
|
|
|
|
$context = get_context_instance(CONTEXT_COURSE, $instance->courseid);
|
|
|
|
$USER->access = load_temp_role($context, $CFG->guestroleid, $USER->access);
|
|
|
|
|
|
|
|
// go to the originally requested page
|
|
|
|
if (!empty($SESSION->wantsurl)) {
|
|
|
|
$destination = $SESSION->wantsurl;
|
|
|
|
unset($SESSION->wantsurl);
|
|
|
|
} else {
|
|
|
|
$destination = "$CFG->wwwroot/course/view.php?id=$instance->courseid";
|
|
|
|
}
|
|
|
|
redirect($destination);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ob_start();
|
|
|
|
$form->display();
|
|
|
|
$output = ob_get_clean();
|
|
|
|
|
|
|
|
return $OUTPUT->box($output, 'generalbox');
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Adds enrol instance UI to course edit form
|
|
|
|
*
|
|
|
|
* @param object $instance enrol instance or null if does not exist yet
|
|
|
|
* @param MoodleQuickForm $mform
|
|
|
|
* @param object $data
|
|
|
|
* @param object $context context of existing course or parent category if course does not exist
|
|
|
|
* @return void
|
|
|
|
*/
|
|
|
|
public function course_edit_form($instance, MoodleQuickForm $mform, $data, $context) {
|
|
|
|
|
|
|
|
$i = isset($instance->id) ? $instance->id : 0;
|
|
|
|
$plugin = enrol_get_plugin('guest');
|
|
|
|
$header = $plugin->get_instance_name($instance);
|
|
|
|
$config = has_capability('enrol/guest:config', $context);
|
|
|
|
|
|
|
|
$mform->addElement('header', 'enrol_guest_header_'.$i, $header);
|
|
|
|
|
|
|
|
|
|
|
|
$options = array(ENROL_INSTANCE_ENABLED => get_string('yes'),
|
|
|
|
ENROL_INSTANCE_DISABLED => get_string('no'));
|
|
|
|
$mform->addElement('select', 'enrol_guest_status_'.$i, get_string('status', 'enrol_guest'), $options);
|
2010-07-19 16:42:09 +00:00
|
|
|
$mform->addHelpButton('enrol_guest_status_'.$i, 'status', 'enrol_guest');
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
$mform->setDefault('enrol_guest_status_'.$i, $this->get_config('status'));
|
|
|
|
$mform->setAdvanced('enrol_guest_status_'.$i, $this->get_config('status_adv'));
|
|
|
|
if (!$config) {
|
|
|
|
$mform->hardFreeze('enrol_guest_status_'.$i);
|
|
|
|
}
|
|
|
|
|
|
|
|
$mform->addElement('passwordunmask', 'enrol_guest_password_'.$i, get_string('password', 'enrol_guest'));
|
2010-07-19 16:42:09 +00:00
|
|
|
$mform->addHelpButton('enrol_guest_password_'.$i, 'password', 'enrol_guest');
|
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
|
|
|
if (!$config) {
|
|
|
|
$mform->hardFreeze('enrol_guest_password_'.$i);
|
|
|
|
} else {
|
|
|
|
$mform->disabledIf('enrol_guest_password_'.$i, 'enrol_guest_status_'.$i, 'noteq', ENROL_INSTANCE_ENABLED);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// now add all values from enrol table
|
|
|
|
if ($instance) {
|
|
|
|
foreach($instance as $key=>$val) {
|
|
|
|
$data->{'enrol_guest_'.$key.'_'.$i} = $val;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Validates course edit form data
|
|
|
|
*
|
|
|
|
* @param object $instance enrol instance or null if does not exist yet
|
|
|
|
* @param array $data
|
|
|
|
* @param object $context context of existing course or parent category if course does not exist
|
|
|
|
* @return array errors array
|
|
|
|
*/
|
|
|
|
public function course_edit_validation($instance, array $data, $context) {
|
|
|
|
$errors = array();
|
|
|
|
|
|
|
|
if (!has_capability('enrol/guest:config', $context)) {
|
|
|
|
// we are going to ignore the data later anyway, they would nto be able to fix the form anyway
|
|
|
|
return $errors;
|
|
|
|
}
|
|
|
|
|
|
|
|
$i = isset($instance->id) ? $instance->id : 0;
|
|
|
|
|
|
|
|
$password = empty($data['enrol_guest_password_'.$i]) ? '' : $data['enrol_guest_password_'.$i];
|
|
|
|
$checkpassword = false;
|
|
|
|
|
|
|
|
if ($instance) {
|
|
|
|
if ($data['enrol_guest_status_'.$i] == ENROL_INSTANCE_ENABLED) {
|
|
|
|
if ($instance->password !== $password) {
|
|
|
|
$checkpassword = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
if ($data['enrol_guest_status_'.$i] == ENROL_INSTANCE_ENABLED) {
|
|
|
|
$checkpassword = true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($checkpassword) {
|
|
|
|
$require = $this->get_config('requirepassword');
|
|
|
|
$policy = $this->get_config('usepasswordpolicy');
|
|
|
|
if ($require and empty($password)) {
|
|
|
|
$errors['enrol_guest_password_'.$i] = get_string('required');
|
|
|
|
} else if ($policy) {
|
|
|
|
$errmsg = '';//prevent eclipse warning
|
|
|
|
if (!check_password_policy($password, $errmsg)) {
|
|
|
|
$errors['enrol_guest_password_'.$i] = $errmsg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return $errors;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Called after updating/inserting course.
|
|
|
|
*
|
|
|
|
* @param bool $inserted true if course just inserted
|
|
|
|
* @param object $course
|
|
|
|
* @param object $data form data
|
|
|
|
* @return void
|
|
|
|
*/
|
|
|
|
public function course_updated($inserted, $course, $data) {
|
|
|
|
global $DB;
|
|
|
|
|
|
|
|
$context = get_context_instance(CONTEXT_COURSE, $course->id);
|
|
|
|
|
|
|
|
if (has_capability('enrol/guest:config', $context)) {
|
|
|
|
if ($inserted) {
|
|
|
|
if (isset($data->enrol_guest_status_0)) {
|
|
|
|
$fields = array('status'=>$data->enrol_guest_status_0);
|
|
|
|
if ($fields['status'] == ENROL_INSTANCE_ENABLED) {
|
|
|
|
$fields['password'] = $data->enrol_guest_password_0;
|
|
|
|
} else {
|
|
|
|
if ($this->get_config('requirepassword')) {
|
|
|
|
$fields['password'] = generate_password(20);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->add_instance($course, $fields);
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
$instances = $DB->get_records('enrol', array('courseid'=>$course->id, 'enrol'=>'guest'));
|
|
|
|
foreach ($instances as $instance) {
|
|
|
|
$i = $instance->id;
|
|
|
|
|
|
|
|
if (isset($data->{'enrol_guest_status_'.$i})) {
|
|
|
|
$instance->status = $data->{'enrol_guest_status_'.$i};
|
|
|
|
$instance->timemodified = time();
|
|
|
|
if ($instance->status == ENROL_INSTANCE_ENABLED) {
|
|
|
|
$instance->password = $data->{'enrol_guest_password_'.$i};
|
|
|
|
}
|
|
|
|
$DB->update_record('enrol', $instance);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
} else {
|
|
|
|
if ($inserted) {
|
|
|
|
if ($this->get_config('defaultenrol')) {
|
|
|
|
$this->add_default_instance($course);
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
// bad luck, user can not change anything
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Add new instance of enrol plugin with default settings.
|
|
|
|
* @param object $course
|
|
|
|
* @return int id of new instance
|
|
|
|
*/
|
|
|
|
public function add_default_instance($course) {
|
|
|
|
$fields = array('status'=>$this->get_config('status'));
|
|
|
|
|
|
|
|
if ($this->get_config('requirepassword')) {
|
|
|
|
$fields['password'] = generate_password(20);
|
|
|
|
}
|
|
|
|
|
|
|
|
return $this->add_instance($course, $fields);
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2010-09-21 10:42:19 +00:00
|
|
|
/**
|
|
|
|
* Indicates API features that the enrol plugin supports.
|
|
|
|
*
|
|
|
|
* @param string $feature
|
|
|
|
* @return mixed True if yes (some features may use other values)
|
|
|
|
*/
|
|
|
|
function enrol_guest_supports($feature) {
|
|
|
|
switch($feature) {
|
|
|
|
case ENROL_RESTORE_TYPE: return ENROL_RESTORE_NOUSERS;
|
|
|
|
|
|
|
|
default: return null;
|
|
|
|
}
|
|
|
|
}
|