mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-8590 auth cleanup - part 7 and MDL-8598
This commit is contained in:
parent
430759a5fe
commit
9696bd8966
4 changed files with 84 additions and 23 deletions
|
@ -138,9 +138,6 @@ function xmldb_main_upgrade($oldversion=0) {
|
|||
if (strpos($k, 'auth_') !== 0) {
|
||||
continue;
|
||||
}
|
||||
if ($k == 'auth_instructions') {
|
||||
continue; //keep as global auth option
|
||||
}
|
||||
$authsetting = substr($k, 5);
|
||||
foreach ($authplugins as $auth) {
|
||||
if (strpos($authsetting, $auth) !== 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue