Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-04-2021 05:14 AM
Problem : Change the user password of account neo4j
Attempted Flow :
curl -H 'Content-Type: application/json' -X POST \
-d '{"password": "newPwd"}' \
-u neo4j:"oldPwd" \
http://IP-ADDR:7474/user/neo4j/password
Observation :
Expected :
Solved! Go to Solution.
01-04-2021 06:39 AM
With Neo4j 3.5.x and per Propagate users and roles - Operations Manual users and roles are not automatically propagated in a cluster. You would need to run the same password reset on all cluster members or rsync the auth files among all members.
Neo4j 4.x no longer has this limitation and users/roles are auto propagated amongst members
01-04-2021 06:39 AM
With Neo4j 3.5.x and per Propagate users and roles - Operations Manual users and roles are not automatically propagated in a cluster. You would need to run the same password reset on all cluster members or rsync the auth files among all members.
Neo4j 4.x no longer has this limitation and users/roles are auto propagated amongst members
All the sessions of the conference are now available online