Skip to content

creating a user fails with new couchdb permissions

After deploying the new couchdb party pooper, I can't create a user now, but the only error I see is an Internal Server Error:

Nov 28 17:48:23 elephant webapp[26958]: Started POST "/1/users.json" for 0.0.0.0 at 2013-11-28 17:48:23 +0000
Nov 28 17:48:23 elephant webapp[26958]: Processing by V1::UsersController#create as JSON
Nov 28 17:48:23 elephant webapp[26958]: Parameters: {"user"=>{"login"=>"micah_couchparty", "password_salt"=>"[FILTERED]", "password_verifier"=>"[FILTERED]"}}
Nov 28 17:48:24 elephant webapp[26958]: Completed 500 Internal Server Error in 47.7ms (Views: 0.3ms)

(from redmine: created on 2013-11-28, closed on 2013-12-03)