]> source.dussan.org Git - sonarqube.git/commit
SONAR-6468 Remove password_confirmation parameter (validation is delegated to UI) 279/head
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Wed, 6 May 2015 09:40:41 +0000 (11:40 +0200)
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>
Thu, 7 May 2015 12:41:36 +0000 (14:41 +0200)
commit223cca42ca4f24a6d5790077eb0e638d421276f4
tree2aefb402fa44e5c0ba856f33a8e63cab4c0fa2c6
parent7a26b1d96d75751ffebf9d1ea8bbfc3f12d72ca2
SONAR-6468 Remove password_confirmation parameter (validation is delegated to UI)
server/sonar-server/src/main/java/org/sonar/server/user/ws/ChangePasswordAction.java
server/sonar-server/src/test/java/org/sonar/server/user/ws/ChangePasswordActionTest.java
server/sonar-server/src/test/java/org/sonar/server/user/ws/UsersWsTest.java