mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Add some documentation for password reset.
This commit is contained in:
parent
fe99c9a238
commit
b9748ca23a
@ -22,4 +22,6 @@ Deleting a based on the user id:
|
||||
* Template Path: /service/admin/users/{userId}
|
||||
* curl "http://{host.name}:{host.port}/{context.path}/service/admin/users/{userId}" --request delete --basic -u "admin@wisemapping.org:admin"
|
||||
|
||||
|
||||
Changing Password:
|
||||
Template Path: /service/admin/users/{userId}/password
|
||||
* curl "http://{host.name}:{host.port}/{context.path}/service/admin/users/{userId}/password" --request put --basic -u "admin@wisemapping.org:admin" -H "Content-Type:text/plain" --data "<new_password>"
|
||||
|
Loading…
Reference in New Issue
Block a user