Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to log out with require_valid_user & WWW-Authenticate set #1286

Open
natcohen opened this issue Jun 2, 2020 · 1 comment
Open

Unable to log out with require_valid_user & WWW-Authenticate set #1286

natcohen opened this issue Jun 2, 2020 · 1 comment

Comments

@natcohen
Copy link

natcohen commented Jun 2, 2020

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)

  1. Set the config [couch_httpd_auth] require_valid_user=true, [chttpd] require_valid_user=true and [httpd] WWW-Authenticate=Basic realm="administrator"
  2. 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
@natcohen 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
@PlkMarudny
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants