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

This commit is contained in:
Andrew Nicols
2017-07-18 14:48:51 +08:00
parent f9d12a2d1e
commit 36eaa96332
10 changed files with 2 additions and 346 deletions
+2 -2
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', 'fc', 'nntp', 'pam'),
'auth' => array('radius', 'fc', 'nntp', 'pam', 'pop3'),
'block' => array('course_overview'),
'enrol' => array('authorize'),
'report' => array('search'),
@@ -1702,7 +1702,7 @@ class core_plugin_manager {
'auth' => array(
'cas', 'db', 'email', 'imap', 'ldap', 'lti', 'manual', 'mnet',
'nologin', 'none', 'oauth2', 'pop3', 'shibboleth', 'webservice'
'nologin', 'none', 'oauth2', 'shibboleth', 'webservice'
),
'availability' => array(