I'm trying to create a new user on a neo4j CE database using the following:
CALL dbms.security.createUser('username', 'password', true);
Following these instructions from the Neo4j manual:
https://neo4j.com/docs/operations-manual/current/reference/u...