stable

Clone or download

Read-only

Site admin knows who invited a user

Send an invitation to an external email. Register a new account with this email. As site admin, go to admin ยป users ยป user details. You should see "Invited by" mention next to "Member since". Part of story #16633: invite buddies to my Tuleap Change-Id: I718aa52a68f0ce7a28a8158b85ea3341c0cac125

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 โˆ’0 Go to diff View file
M src/common/InviteBuddy/AccountCreationFeedback.php +2 โˆ’0 Go to diff View file
A src/common/InviteBuddy/Admin/InvitedByPresenter.php +46 โˆ’0 Go to diff View file
A src/common/InviteBuddy/Admin/InvitedByPresenterBuilder.php +57 โˆ’0 Go to diff View file
A src/common/InviteBuddy/Admin/InvitedByUserPresenter.php +57 โˆ’0 Go to diff View file
M src/common/InviteBuddy/InvitationDao.php +27 โˆ’1 Go to diff View file
M src/common/InviteBuddy/InvitationSender.php +1 โˆ’2 Go to diff View file
M src/common/InviteBuddy/InviteBuddyConfiguration.php +6 โˆ’1 Go to diff View file
M src/common/User/Admin/UserDetailsAccessPresenter.php +78 โˆ’1 Go to diff View file
M src/db/mysql/database_structure.sql +3 โˆ’1 Go to diff View file
A src/db/mysql/updates/2020/202010011135_add_created_user_id_on_invitations_table.php +47 โˆ’0 Go to diff View file
M src/templates/admin/users/user.mustache +20 โˆ’0 Go to diff View file
M src/www/admin/usergroup.php +10 โˆ’1 Go to diff View file
M tests/unit/common/InviteBuddy/AccountCreationFeedbackTest.php +38 โˆ’4 Go to diff View file
M tests/unit/common/InviteBuddy/InviteBuddyConfigurationTest.php +0 โˆ’17 Go to diff View file