stable

Forked from tuleap/stable

Clone or download

Read-only

Merge commit 'refs/changes/59/1859/5' of http://gerrit.tuleap.net/tuleap into HEAD

* http://gerrit.tuleap.net/tuleap: request #6154 - Cannot change password upon expiration Change-Id: I72a3322684cbb578b2d0d5ebfb7a1e217d7a1db3

Modified Files

Name
M site-content/en_US/include/include.tab +1 −0 Go to diff View file
M site-content/fr_FR/include/include.tab +1 −0 Go to diff View file
M src/common/REST/TokenAuthentication.class.php +6 −2 Go to diff View file
M src/common/Token/REST/v1/TokenResource.class.php +3 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
M src/common/include/URLVerification.class.php +18 −2 Go to diff View file
M src/common/user/LoginManager.class.php +11 −37 Go to diff View file
A src/common/user/PasswordExpirationChecker.class.php +72 −0 Go to diff View file
M src/common/user/UserManager.class.php +6 −18 Go to diff View file
M tests/simpletest/common/user/LoginManagerTest.php +13 −46 Go to diff View file
A tests/simpletest/common/user/PasswordExpirationCheckerTest.php +45 −0 Go to diff View file