stable

Clone or download

Read-only

Move Tuleap\User\Password\Reset\LostPasswordDAO to Tuleap\DB\DataAccessObject

This contribution is a technical refactoring to prepare the code for an upcoming change. Part of request #14709: Lost password procedure can be used to spam a user Change-Id: I18e07ebfb3ee43bf045408ff311f7e2f6d84e3d2

Modified Files

Name
M site-content/en_US/account/account.tab +0 −1 Go to diff View file
M site-content/fr_FR/account/account.tab +0 −1 Go to diff View file
M src/common/User/Account/UpdatePasswordController.php +2 −2 Go to diff View file
M src/common/User/Password/Reset/Creator.php +3 −8 Go to diff View file
D src/common/User/Password/Reset/DataAccessObject.php +0 −62 Go to diff View file
A src/common/User/Password/Reset/LostPasswordDAO.php +59 −0 Go to diff View file
M src/common/User/Password/Reset/Revoker.php +5 −12 Go to diff View file
D src/common/User/Password/Reset/TokenNotCreatedException.php +0 −25 Go to diff View file
M src/common/User/Password/Reset/Verifier.php +5 −6 Go to diff View file
M src/www/account/lostlogin.php +2 −2 Go to diff View file
M src/www/account/lostpw-confirm.php +2 −12 Go to diff View file
M src/www/admin/usergroup.php +1 −1 Go to diff View file
M tests/unit/common/User/Password/Reset/CreatorTest.php +3 −18 Go to diff View file
M tests/unit/common/User/Password/Reset/RevokerTest.php +8 −10 Go to diff View file
M tests/unit/common/User/Password/Reset/VerifierTest.php +7 −7 Go to diff View file