You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log out should work with require_valid_user and WWW-Authenticate configured
Current Behavior
When log out is clicked, the successful message is displayed but the database is still accessible.
Possible Solution
Steps to Reproduce (for bugs)
Set the config [couch_httpd_auth] require_valid_user=true, [chttpd] require_valid_user=true and [httpd] WWW-Authenticate=Basic realm="administrator"
Login and try to logout
Context
Your Environment
Version used: 3.1.0
Browser Name and version: Chrome 81
Operating System and version (desktop or mobile): OSX
The text was updated successfully, but these errors were encountered:
natcohen
changed the title
Unable to log out with require_valid_user & WWW-Authenticate are set
Unable to log out with require_valid_user & WWW-Authenticate set
Jun 2, 2020
It does not work for 3.1.1, works for me for 3.1.0, however. Maybe there is sth else that causes that? I am running CouchDB Bitnami Docker image with 3.1.1, 3.1.0 installed on Windows.
Expected Behavior
The log out should work with require_valid_user and WWW-Authenticate configured
Current Behavior
When log out is clicked, the successful message is displayed but the database is still accessible.
Possible Solution
Steps to Reproduce (for bugs)
[couch_httpd_auth] require_valid_user=true
,[chttpd] require_valid_user=true
and[httpd] WWW-Authenticate=Basic realm="administrator"
Context
Your Environment
The text was updated successfully, but these errors were encountered: