Skip to navigation
Change couchdb user password
04.02.26
You need admin access and the rev from the user document ``` curl -X PUT http://admin:password@localhost:5984/_users/org.couchdb.user:jan \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "If-Match: 1-e0ebfb84005b920488fc7a8cc5470cc0" \ -d '{"name":"jan", "roles":[], "type":"user", "password":"orange"}' ```
https://docs.couchdb.org/en/stable/intro/security.html#creating-a-new-user
Reply
Anonymous
Information Epoch 1775870732
Think parallel.
Home
Notebook
Contact us