Reset web interface password on Neo4j EC2 instance

那年仲夏 提交于 2020-01-16 13:23:45

问题


I set up Neo4j on an EC2 instance using this

http://www.neo4j.org/develop/ec2

I have the SSH key so I can SSH into the instance, but I don't remember the password I set up for the web interface. I believe this is a Jetty basicauth equivalent, but I'm not sure, nor could I find the config files that might lead me to the right place. How can I reset this password?


回答1:


`neo4j-server.properties´ has a setting for the auth-extension being used by the puppet script:

org.neo4j.server.credentials=<user>:<pass>

I'm not sure where neo4j-server.properties is located on your machine, check /etc/neo4j or use find / -name neo4j-server.properties.



来源:https://stackoverflow.com/questions/25553226/reset-web-interface-password-on-neo4j-ec2-instance

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!