stable

Clone or download

Read-only

request #9497: Remove legacy password storage

Even if you have in your local.inc sys_keep_md5_hashed_password set to 1 and you do a password change or you login again with a user the password will not be stored in MD5. Change-Id: I9cc8c2d94668e7685da59122ed15c9377af2fbf9

Modified Files

Name
M src/common/dao/UserDao.class.php +5 −12 Go to diff View file
M src/common/user/LoginManager.class.php +2 −2 Go to diff View file
M src/common/user/UserManager.class.php +1 −1 Go to diff View file
M src/etc/local.inc.dist +0 −3 Go to diff View file
M tests/integration/_fixtures/local.inc +0 −3 Go to diff View file
M tests/simpletest/common/user/UserManagerTest.php +1 −0 Go to diff View file
M tools/setup.sh +0 −1 Go to diff View file