stable
Clone or download
Read-only
story #8059: Users can change their password on a platform who does not store passwords with MD5
Change-Id: I021351fbc084ec6e1c9994a1561593388f4de328
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +7 | −0 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +7 | −0 | Go to diff View file |
M | src/common/user/LoginManager.class.php | +1 | −1 | Go to diff View file |
M | src/www/account/change_pw.php | +39 | −22 | Go to diff View file |
M | src/www/admin/user_changepw.php | +5 | −1 | Go to diff View file |
M | src/www/include/account.php | +1 | −8 | Go to diff View file |
M | tests/simpletest/common/user/LoginManagerTest.php | +10 | −0 | Go to diff View file |
M | tests/simpletest/common/user/UserTestBuilder.php | +4 | −2 | Go to diff View file |