MDL-50925 auth_fc: Remove from core and into plugins DB

This commit is contained in:
Andrew Nicols 2017-07-13 15:29:03 +08:00
parent 16a68a2f76
commit 032194970b
13 changed files with 2 additions and 718 deletions

View file

@ -1646,7 +1646,7 @@ class core_plugin_manager {
// Moodle 2.3 supports upgrades from 2.2.x only.
$plugins = array(
'qformat' => array('blackboard', 'learnwise'),
'auth' => array('radius'),
'auth' => array('radius', 'fc'),
'block' => array('course_overview'),
'enrol' => array('authorize'),
'report' => array('search'),
@ -1701,7 +1701,7 @@ class core_plugin_manager {
),
'auth' => array(
'cas', 'db', 'email', 'fc', 'imap', 'ldap', 'lti', 'manual', 'mnet',
'cas', 'db', 'email', 'imap', 'ldap', 'lti', 'manual', 'mnet',
'nntp', 'nologin', 'none', 'oauth2', 'pam', 'pop3', 'shibboleth', 'webservice'
),