Re: [MarkLogic Dev General] password change

2016-12-27 Thread PavadaiDurai.Aroul
rkLogic Dev General] password change Norman Walsh <norman.wa...@marklogic.com> writes: > <pavadaidurai.ar...@cognizant.com> writes: >> What is the equivalent Marklogic Rest API for the below xquery api? > > PUT a JSON or XML payload containing the user-name and password t

Re: [MarkLogic Dev General] password change

2016-12-16 Thread Norman Walsh
Norman Walsh writes: > writes: >> What is the equivalent Marklogic Rest API for the below xquery api? > > PUT a JSON or XML payload containing the user-name and password to > /manage/v2/users/user-name. Sorry. As someone pointed out

Re: [MarkLogic Dev General] password change

2016-12-16 Thread Norman Walsh
writes: > What is the equivalent Marklogic Rest API for the below xquery api? PUT a JSON or XML payload containing the user-name and password to /manage/v2/users/user-name. If you’re going to send passwords that way, I strongly encourage you to configure port

[MarkLogic Dev General] password change

2016-12-16 Thread PavadaiDurai.Aroul
Dear Team, What is the equivalent Marklogic Rest API for the below xquery api? sec:user-set-password( $user-name as xs:string, $password as xs:string ) as