bool(false) How does iServer modifies the password for the current login user? - FAQ - SuperMap

Q: How does iServer modifies the password for the current login user?

A: There are two ways:  
1. You can login http://localhost:8090/iserver/services/security/profile to modify the password directly 

2. You can send the put request through the rest API. The request address: http://localhost:8090/iserver/services/security/profile.json?oldPassword=123456 

(123456 is an old password) 

The request body is: 

“name”:”p1”, 

“password”:”supermap” 

It is successful when returns {“succeed”:true}.


04 Jul,2019
Tags:iserver

More iServer FAQ