diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 10:28:18 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-06-25 16:03:41 +0200 |
commit | 5084395b0360e760fac3d8c128f6852a5ba707e6 (patch) | |
tree | 964036953ee2bad5cf5849776f4983e908af8483 /server/sonar-web/src/main/webapp | |
parent | ba0948cc74731af55f25fda950913e8d68c97c0a (diff) | |
download | sonarqube-5084395b0360e760fac3d8c128f6852a5ba707e6.tar.gz sonarqube-5084395b0360e760fac3d8c128f6852a5ba707e6.zip |
SONAR-6507 use ws to change password
Diffstat (limited to 'server/sonar-web/src/main/webapp')
-rw-r--r-- | server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb index 283cc21e1f8..b9e16dc489d 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb +++ b/server/sonar-web/src/main/webapp/WEB-INF/app/views/account/index.html.erb @@ -33,8 +33,7 @@ <% if User.editable_password? %> <div class="big-spacer-top text-center"> - <button id="account-change-password-trigger" class="open-modal" - href="<%= url_for :action => 'change_password_form' %>"> + <button id="account-change-password-trigger"> <i class="icon-lock"></i> <%= message('my_profile.password.title') -%> </button> </div> |