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

Reply via email to