stable

Clone or download

Read-only

Merge commit 'refs/changes/47/19447/3' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #15065: Changing password should revoke all OAuth2 tokens Change-Id: Id7876bb0975d4f06cd55e0a062a380b9dd84bbf0

Modified Files

Name
M plugins/oauth2_server/include/Grant/AuthorizationCode/OAuth2AuthorizationCodeDAO.php +10 −0 Go to diff View file
M plugins/oauth2_server/include/oauth2_serverPlugin.php +7 −0 Go to diff View file
M site-content/en_US/admin/admin.tab +0 −1 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −1 Go to diff View file
R src/common/User/Password/Change/PasswordChangeException.php Go to diff View file
M src/common/User/Account/UpdatePasswordController.php +5 −1 Go to diff View file
M src/common/User/Password/Change/PasswordChanger.php +32 −13 Go to diff View file
M src/www/account/lostlogin.php +12 −7 Go to diff View file
M src/www/admin/usergroup.php +7 −7 Go to diff View file
M tests/unit/common/User/Change/PasswordChangerTest.php +25 −20 Go to diff View file