Skip to content
Snippets Groups Projects
Commit a9d94f56 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #161 from metabase/ag-fix-password-update

api endpoint for logged in password update is different in clojure app.
parents c11dfa27 fc8c2d8e
No related branches found
No related tags found
No related merge requests found
......@@ -695,7 +695,7 @@ CoreServices.factory('User', ['$resource', '$cookies', function($resource, $cook
}
},
update_password: {
url: '/api/user/update_password/:userId',
url: '/api/user/:userId/password',
method: 'PUT',
params: {
'userId': '@id'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment