Neo4j does not set the logon username and password. You need to use the plug-in to implement the configuration as follows: 1. Configuration File
Add in configuration file CONF/neo4j-server.properties:
Org. neo4j. server. Credentials = Username: Password
Org. neo4j. server. thirdparty_jaxrs_classes = org. neo4j. server. extension. Auth =/auth
Username and password are the logon username and password.
2. Add a jar package
Add the authentication-extension jar package of the corresponding version under the Plugins directory:
Jar package address
After the connection is enabled, select the desired version at the bottom and right-click to copy the link address.
Go to the Plugins directory and run wget xxxx (copy address) to download the package.
3. Restart neo4j to make the configuration take effect.
Authentication-extension jar address:
Https://github.com/neo4j-contrib/authentication-extension
Neo4j login verification Configuration