I am learning CouchDB. If I create a forum with CouchDB, how do I manage (create / delete / update) a forum user account?
CouchDB has built-in user authentication and role-based authorization. Check out this article to get started on this path.