Password does't sync in neo4j

i have setup Casual cluster using Neo4j Enterprise version 3.2.6 , i have created a user in leader however when tried logging in the follower i does't let me in. i have to use the default username /password : neo4j/neo4j.

Do i need to make any changes in conf file to sync the passwords in the cluster Or is there any way i can sync the users in a casual cluster,

Thanks in advance !!

correct, users and roles do not automatically replicate to other members, see Propagate users and roles - Operations Manual

You might want to do something similar to GitHub - craigtaverner/neo4j-cluster-rsync-auth: Some example bash scripts for using rsync to synchronise neo4j native auth files across a neo4j cluster

1 Like