From: Petr Skoda Date: Tue, 24 Nov 2009 14:26:22 +0000 (+0000) Subject: MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9d0de271a5bf690d243d6717ddb3514c8bd16bb9;p=moodle.git MDL-20948 proper removal of cached pasword hashes just in case upgrading from <1.9.7 --- diff --git a/auth/cas/db/install.php b/auth/cas/db/install.php new file mode 100644 index 0000000000..ca412b1f82 --- /dev/null +++ b/auth/cas/db/install.php @@ -0,0 +1,11 @@ +set_field('user', 'password', 'not cached', array('auth'=>'cas')); + +} diff --git a/auth/cas/version.php b/auth/cas/version.php new file mode 100644 index 0000000000..a744fcaaf7 --- /dev/null +++ b/auth/cas/version.php @@ -0,0 +1,3 @@ +version = 2009112400;