]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7
authorPetr Skoda <skodak@moodle.org>
Tue, 24 Nov 2009 14:31:34 +0000 (14:31 +0000)
committerPetr Skoda <skodak@moodle.org>
Tue, 24 Nov 2009 14:31:34 +0000 (14:31 +0000)
auth/cas/db/install.php

index ca412b1f8269313a82a9fed6b20d6918b7384c07..f97771c86dc76291201bbf47d88a711acd9af0d3 100644 (file)
@@ -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'));
 
 }