stable

Clone or download

Read-only

Merge commit 'refs/changes/82/13182/5' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #12549: Password reset procedure uses generic Tuleap split token

Modified Files

Name
M src/common/User/Password/Reset/Creator.php +18 −20 Go to diff View file
D src/common/User/Password/Reset/InvalidIdentifierException.php +0 −25 Go to diff View file
A src/common/User/Password/Reset/ResetTokenSerializer.php +62 −0 Go to diff View file
D src/common/User/Password/Reset/Token.php +0 −84 Go to diff View file
M src/common/User/Password/Reset/Verifier.php +12 −11 Go to diff View file
D src/common/User/Password/Reset/VerifierIncorrectlyFormattedException.php +0 −25 Go to diff View file
M src/www/account/lostlogin.php +11 −8 Go to diff View file
M src/www/account/lostpw-confirm.php +8 −4 Go to diff View file
A tests/phpunit/common/User/Password/Reset/ResetTokenSerializerTest.php +54 −0 Go to diff View file
M tests/simpletest/common/User/Password/Reset/CreatorTest.php +12 −14 Go to diff View file
D tests/simpletest/common/User/Password/Reset/TokenTest.php +0 −59 Go to diff View file
M tests/simpletest/common/User/Password/Reset/VerifierTest.php +30 −16 Go to diff View file