You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/06/14 16:22:40 UTC

[GitHub] [couchdb] itsmrajesh commented on issue #3282: couch_peruser creates databases only sporadically

itsmrajesh commented on issue #3282:
URL: https://github.com/apache/couchdb/issues/3282#issuecomment-860816607


   It worked for me
   
   CouchDB Version: 3.1.1
   
   POST: http://username:password@localhost:5984/_users
   
   Header: content-type: application/json
   
   body: 
   
   ```json
   {
   
       "_id": "org.couchdb.user:john",
   
       "username": "john",
   
       "type": "user",
   
       "name": "john",
   
       "password": "john@123",
   
       "roles": [
   
           "user"
   
       ]
   
   }
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org