]> source.dussan.org Git - sonarqube.git/commit
SONAR-6468 New WS to change a user's password
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Mon, 4 May 2015 13:41:31 +0000 (15:41 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 7 May 2015 12:41:36 +0000 (14:41 +0200)
commit7a26b1d96d75751ffebf9d1ea8bbfc3f12d72ca2
treedcaa066c9861285c857c142d3cbba47ad7d4c0ac
parent974af974d1dd3b2abec32d4287ed696cedd16a30
SONAR-6468 New WS to change a user's password
server/sonar-server/src/main/java/org/sonar/server/platform/ServerComponents.java
server/sonar-server/src/main/java/org/sonar/server/user/ws/ChangePasswordAction.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/user/ws/ChangePasswordActionTest.java [new file with mode: 0644]
server/sonar-server/src/test/java/org/sonar/server/user/ws/UsersWsTest.java