Password change via Neo4j Browser must be changed on node having "LEADER" role which will be synced to all other members, you can check the role via Cypher Shell:
$ /app/neo4j-enterprise-4.0.0/bin/cypher-shell -a "hostname"
Connected to Neo4j 4.0.0 a...
Was able to solve the password issue from Neo4j 4.0 browser, providing the default password requires immediate password change and DB was successfully updated.
Hi Cesar,
Can you please share your active neo4j.conf entries as I am facing same issues. Cluster formation completed but http and bold not spawn.
lsof -i -P|grep neo4j
java 163405 neo4j 295u IPv4 896640 0t0 TCP xd1c:5000 (LISTEN)
...