mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-50925 auth_fc: Remove from core and into plugins DB
This commit is contained in:
parent
16a68a2f76
commit
032194970b
13 changed files with 2 additions and 718 deletions
|
@ -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'
|
||||
),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue