g'day i was trying to create a new user without specifying name/id, but seems cannot do it:
$ curl -X POST http://server:5984/_users -H 'Content-Type: application/json' -d '{"password":"mysecret", "type":"user", }' {"error":"forbidden","reason":"doc.name is required"} tried with name:null but same. is this possible or forbidden by design? svil
