You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by flossytux <ma...@designity.de> on 2010/05/24 14:37:45 UTC

Forum for Users?

Hi,
I'm looking for a couchdb user form. Are there any?

If not, here is a question concerning user management.

-- 
View this message in context: http://couchdb-development.1959287.n2.nabble.com/Forum-for-Users-tp5093644p5093644.html
Sent from the CouchDB Development mailing list archive at Nabble.com.

Forum for Users?

Posted by flossytux <ma...@designity.de>.
...sorry for duplicated posts (my browser did some stanrge things).
Back to the question:

With version 0.10.0 I could add a user with:

curl -vX POST http://127.0.0.1:5984/_user -d
'username=name&password=secret&roles=user'

the same on version 0.11.0 results to this:
[...] {"error":"illegal_database_name","reason":"Only lowercase characters
(a-z) [...] / are allowed"} [...]
where is the fault? Did the API changed? Btw. where is the API documented?

Many thanks in advance!
-- 
View this message in context: http://couchdb-development.1959287.n2.nabble.com/Forum-for-Users-tp5093644p5093668.html
Sent from the CouchDB Development mailing list archive at Nabble.com.