Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.0.0
-
None
-
None
Description
`couchperuser` functionality in 2.0.0 seems to be broken, even after it is enabled in the `local.ini`, like so:
```
[couch_peruser]
enable = true
```
After modifying `local.ini`, and restarting couchdb, creating a new user in `_users` does not create a corresponding `userdb-<hex>`, as it does in 1.6.X branch.