Skip to content

Commit

Permalink
MDL-79238 tool_mfa: define factor sub-plugins as standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed Sep 2, 2023
1 parent 206c3a6 commit 34bc525
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/classes/plugin_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,11 @@ public static function standard_plugins_list($type) {
'paypal', 'self', 'fee',
),

'factor' => [
'admin', 'auth', 'capability', 'cohort', 'email', 'grace', 'iprange', 'nosetup', 'role',
'token', 'totp', 'webauthn',
],

'filter' => array(
'activitynames', 'algebra', 'emailprotect',
'emoticon', 'displayh5p', 'mathjaxloader', 'mediaplugin', 'multilang', 'tex', 'tidy',
Expand Down

0 comments on commit 34bc525

Please sign in to comment.