I would like to bring my CouchDB instance back to admin party. It is running on localhost, so it is not a security concern. I don't want to reinstall it because I have some databases up and running I'd like to keep.
I tried commenting out the admin user in my local.ini
:
[admins]
#admin = -hashed-xxxxxx
I also deleted all the non-design documents from my _users
database.
The main goal I have for wanting to go back to the admin party is to be able to create databases without authentication.
What can I do to go back to the admin party? Alternatively how can I setup my instance such that an anonymous user can create and delete databases?