stable

Clone or download

Read-only

differenciate login/register invitation emails

When the given email match a known user in Tuleap, then we don't need to ask hime to register. We must remember the login instead. Part of story #16633: invite buddies to my Tuleap Change-Id: I541ebf13f76123f0e6e06b465ff583f02c46c584

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +8 −0 Go to diff View file
M src/common/InviteBuddy/InvitationEmailNotifier.php +46 −5 Go to diff View file
A src/common/InviteBuddy/InvitationRecipient.php +45 −0 Go to diff View file
M src/common/InviteBuddy/InvitationSender.php +15 −3 Go to diff View file
M src/common/InviteBuddy/REST/v1/InvitationsResource.php +3 −1 Go to diff View file
M tests/unit/common/InviteBuddy/InvitationSenderTest.php +70 −8 Go to diff View file