MDL-35332 lib: Improve security of hashed passwords

This commit is contained in:
Simon Coggins
2013-02-09 06:47:57 +13:00
parent 6319737865
commit ec2d8ceb88
27 changed files with 808 additions and 111 deletions
-2
View File
@@ -189,8 +189,6 @@ error_reporting($CFG->debug);
ini_set('display_errors', '1');
ini_set('log_errors', '1');
$CFG->passwordsaltmain = 'phpunit'; // makes login via normal UI impossible
$CFG->noemailever = true; // better not mail anybody from tests, override temporarily if necessary
$CFG->cachetext = 0; // disable this very nasty setting