The embedded database doesn't have auth. For the server you can use `bin/neo4j-admin --set-initial-password "password"`
Michael On Tue, May 16, 2017 at 4:27 AM, Bill Nicholson < [email protected]> wrote: > I programmatically created a Neo4j DB now I need to change the default PW > that goes with the Neo4j account. What's the secret? > > // This works... > graphDb = new GraphDatabaseFactory().newEmbeddedDatabase( new > File("c:\\Temp\\foo")); > > Can I use the graphDB object, above, to change the password? Is there > another way? > > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
