mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
This commit is contained in:
parent
9d0de271a5
commit
bdebf74c76
@ -5,7 +5,7 @@ function xmldb_auth_cas_install() {
|
||||
|
||||
// upgrade from 1.9.x, introducing version.php
|
||||
|
||||
// remove cached passowrds, we do not need them for this plugin
|
||||
// remove cached passwords, we do not need them for this plugin
|
||||
$DB->set_field('user', 'password', 'not cached', array('auth'=>'cas'));
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user