MDL-50925 auth_pop3: Remove from core and into plugins DB
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user