You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/05/01 14:50:04 UTC

[GitHub] greenais opened a new issue #1305: Enabling require_valid_user blocks login to Fauxton

greenais opened a new issue #1305: Enabling require_valid_user blocks login to Fauxton
URL: https://github.com/apache/couchdb/issues/1305
 
 
   ## Expected Behavior
   Admin can log to Fauxton with require_valid_user = true
   
   ## Current Behavior
   Once require_valid_user is enabled opening http://localhost:5984/_utils/#login brings on white page:
   {"error":"unauthorized","reason":"Authentication required."}. No login form, no further actions possible.
   
   ## Possible Solution
   Keep require_valid_user disabled? 
   
   ## Steps to Reproduce (for bugs)
   1. fresh install according to docs, cors enabled, admin user and one test Db created 
   2. set require_valid_user = true in local.ini
   3. open http://localhost:5984/_utils/#login
   4. disable require_valid_user => Fauxton opens login with no issues
   
   ## Context
   Doesn't depend on browser used - the same in Crome, Opera, FF...
   
   ## Your Environment
   * Version used: 2.1.1
   * Browser Name and version: all latest Chrome, Opera, FF
   * Operating System and version (desktop or mobile): Windows 8.1
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services