Another workaround for disabling basicAuth in Neo4j would be the following:
Go to the file neo4j/conf/neo4j-sever.propertiesand edit the line:
WITH
# Require (or disable the requirement of) auth to access Neo4j
#dbms.security.auth_enabled=true
to
dbms.security.auth_enabled=false
Kevin source
share