]> source.dussan.org Git - sonarqube.git/commit
SONAR-7036 Allow update password of technical user 681/head
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 7 Dec 2015 08:44:16 +0000 (09:44 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Mon, 7 Dec 2015 13:24:25 +0000 (14:24 +0100)
commit96405d5fbeddecffbf6723a99bd7cf3fae43739e
tree52990950c7af32387a0d8932030e753d92a9bfba
parent3e4fbed7522576b9cbf9ee33f62a7d834822e6ff
SONAR-7036 Allow update password of technical user

When using an external authentication (like LDAP), it's now possible to update the password of technical accounts
server/sonar-server/src/main/java/org/sonar/server/user/UserUpdater.java
server/sonar-server/src/test/java/org/sonar/server/user/UserUpdaterTest.java
server/sonar-server/src/test/resources/org/sonar/server/user/UserUpdaterTest/update_technical_user.xml [new file with mode: 0644]