POST does return the new id/rev.. but anyway On Thu, 14 Mar 2013 13:02:51 +0400 Alexander Shorin <[email protected]> wrote:
> Hi! > > But if user doesn't know his name, how he will be able to log in? > > -- > ,,,^..^,,, > > > On Thu, Mar 14, 2013 at 12:52 PM, svilen <[email protected]> wrote: > > 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
