. /** * Email OTP authentication plugin install code. * * @package auth_emailotp * @copyright 2020 Pawel Suwinski * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); /** * Function to install auth_emailotp. */ function xmldb_auth_emailotp_install() { }