mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing no api resource found issue: changing user credentials
This commit is contained in:
parent
6a580994fb
commit
8cb26b3264
@ -50,7 +50,7 @@ $(document).ready(function () {
|
|||||||
changePasswordFormData.oldPassword = unescape((oldPassword));
|
changePasswordFormData.oldPassword = unescape((oldPassword));
|
||||||
|
|
||||||
|
|
||||||
var changePasswordAPI = "/api/device-mgt/v1.0/users" + user + "/credentials";
|
var changePasswordAPI = "/api/device-mgt/v1.0/users/" + user + "/credentials";
|
||||||
|
|
||||||
invokerUtil.put(
|
invokerUtil.put(
|
||||||
changePasswordAPI,
|
changePasswordAPI,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user