You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Luis Carlos Junges <lu...@gmail.com> on 2011/09/19 15:40:22 UTC

Password for futon interface

Hi,

how can i block users to update the documents on my database through a
password?

i saw that the password set up inside futon is only for particular
operations like

   - Creating a database (PUT /database)
   - Deleting a database (DELETE /database)
   - Creating a design document (PUT /database/_design/app)
   - Updating a design document (PUT /database/_design/app?rev=1-4E2)
   - Deleting a design document (DELETE /database/_design/app?rev=1-6A7)
   - Triggering compaction (POST /_compact)
   - Reading the task status list (GET /_active_tasks)
   - Restarting the server (POST /_restart)
   - Reading the active configuration (GET /_config)
   - Updating the active configuration (PUT /_config)


But regarded the document update? can i block the user to update a document?

-- 
"A realidade de cada lugar e de cada época é uma alucinação coletiva."


Bloom, Howard

Re: Password for futon interface

Posted by Mehdi El Fadil <me...@mango-is.com>.
Hi Luis Carlos,

But regarded the document update? can i block the user to update a document?
>
>
These links might help you:
http://blog.couchbase.com/what%E2%80%99s-new-couchdb-10-%E2%80%94-part-4-security%E2%80%99n-stuff-users-authentication-authorisation-and-permissions
http://guide.couchdb.org/draft/validation.html


Cheers,

Mehdi