sec.credentialSetPassword( credential-name as String, password as String? ) as null
This function updates the password for the specified credential.
Parameters | |
---|---|
credential-name | The name of the credential. |
password | The new password. |
http://marklogic.com/xdmp/privileges/credential-set-password
This function must be executed against the security database.
declareUpdate(); const sec = require('/MarkLogic/security.xqy'); sec.credentialSetPassword("my-secure-credential", "newpassword");
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.