inceptivetech commented on issue #604: {"error":"unauthorized","reason":"Name
or password is incorrect."} even if access is granted to user
URL: https://github.com/apache/couchdb/issues/604#issuecomment-309960949
Thanks for your response.
However I tried following API on 5984
curl -X PUT http://admin:*****@localhost:5984/_users/org.couchdb.user:dan -H
"Accept: application/json" -H "Content-Type: application/json" -d '{"name":
"dan", "password": "apple", "roles": [], "type": "user"}'
it results in below message
{"error":"not_found","reason":"Database does not exist."}
Same was working on port 5986. Not able to understand what is the issue with
port 5984
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services