stable

Clone or download

Read-only

feat: Clean verifier as soon as the invitation is used

No need to keep forever the verifier as soon as the invitation has been successfully completed. Likewise, no need for a verifier for an invitation that couldn't be sent. Part of request #29614: Invited users shouldn't be mandated to re-confirm their email Change-Id: I32c1d8beb37216262a726ec617629749f6718222

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +14 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +10 −0 Go to diff View file
M src/common/InviteBuddy/InvalidInvitationTokenException.php +9 −0 Go to diff View file
M src/common/InviteBuddy/InvitationDao.php +4 −2 Go to diff View file
M src/common/User/Account/Register/InvitationToEmailRequestExtractor.php +8 −2 Go to diff View file
M tests/integration/tests/InviteBuddy/InvitationDaoTest.php +21 −1 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationByTokenRetrieverStub.php +1 −1 Go to diff View file