. /** * Definition of MFA sub-plugins (factors). * * @package tool_mfa * @author Peter Burnett * @copyright Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $capabilities = [ 'tool/mfa:mfaaccess' => [ 'captype' => 'write', 'contextlevel' => CONTEXT_USER, 'archetypes' => ['user' => CAP_ALLOW], ], ];