mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-55476 auth: remove loginpasswordautocomplete
This commit is contained in:
parent
d97582fd27
commit
8380658219
11 changed files with 22 additions and 33 deletions
|
@ -2465,5 +2465,10 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint(true, 2016122800.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2017011900.00) {
|
||||
unset_config('loginpasswordautocomplete');
|
||||
upgrade_main_savepoint(true, 2017011900.00);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue