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 :
- Only one instance has reflecting with the changed user password.
Expected :
- All instances of the Causal Cluster should be applied with the password changes.
- Version: Neo4j 3.5.1
- Database type: Causal Cluster (3 instances)