stable

Clone or download

Read-only

Notify the user when a new access key is created for his account

As the creation of a new access key is a sensitive operation that can allow the persistance of an unauthorized access to a user's account, the user should be notified. This is part of story #12266: use an API key rather than a login / password Change-Id: I13198583e10ed1ac97fdb747980190645e237e5b

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +17 −3 Go to diff View file
M site-content/tuleap-core.pot +10 −0 Go to diff View file
M src/common/User/AccessKey/AccessKeyCreationController.php +2 −1 Go to diff View file
A src/common/User/AccessKey/AccessKeyCreationNotifier.php +65 −0 Go to diff View file
M src/common/User/AccessKey/AccessKeyCreator.php +8 −1 Go to diff View file
M tests/phpunit/common/User/AccessKey/AccessKeyCreatorTest.php +3 −1 Go to diff View file