A new feature will add support for automatically creating / deleting a database for each user.
The following section will be added to default.ini and local.ini :
[couch_peruser] ; If enabled, couch_peruser ensures that a private per-user database ; exists for each document in _users. These databases are writable only ; by the corresponding user. Databases are in the following form: ; userdb-{hex encoded username} enable = true ; If set to true and a user is deleted, the respective database gets ; deleted as well. delete_dbs = true
source share