Ignore this request.
Figured out that a document of the form:
{
"_id":"org.couchdb.user:<user name>",
"name": "<user name>",
"salt": "68cf5946d9760d19759b5016d90f612c",
"password_sha": "3588a9b2039e53b674d8da361e4be98f00637f5a",
"type":"user",
"roles":["<user role>"]
}
needs to be posted to:
$HOST/_users
On Oct 16, 2010, at 7:50 PM, Tracy Flynn wrote:
> It's clear how to set up names and roles for a given database.
>
> How do I set passwords for a given user?
>
> Haven't been able to find any information on the passwords issue.