Description
Created users can't read or edit their own user-Information (curl -X GET http://localhost:5984/_users/org.couchdb.user:< username >).
Couchdb always print the error:
{"error":"forbidden","reason":"You are not allowed to access this db."}
I can only print/edit the information if I use the admin Account. Btw. I can successfully create sessions with the users.
Your Environment
I'm using Couchdb v3.1.0 on Ubuntu
Steps to Reproduce
I installed couchdb (v3.1.0). Created an admin account (during the installation).
After that I created a user and tried to read its data.
Description
Created users can't read or edit their own user-Information (curl -X GET http://localhost:5984/_users/org.couchdb.user:< username >).
Couchdb always print the error:
{"error":"forbidden","reason":"You are not allowed to access this db."}
I can only print/edit the information if I use the admin Account. Btw. I can successfully create sessions with the users.
Your Environment
I'm using Couchdb v3.1.0 on Ubuntu
Steps to Reproduce
I installed couchdb (v3.1.0). Created an admin account (during the installation).
After that I created a user and tried to read its data.