Skip to content

Commit de2c710

Browse files
authored
Adding reference to dbms in the command for set-initial-password (#472) (#476)
The original command line includes dbms, whereas here in the text it is not mentioned. Cherry-picked from #472
1 parent a4cd4c6 commit de2c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/access-control/manage-users.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ SHOW USERS
382382
|===
383383

384384
When first starting a Neo4j DBMS, there is always a single default user `neo4j` with administrative privileges.
385-
It is possible to set the initial password using link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/set-initial-password[neo4j-admin set-initial-password], otherwise it is necessary to change the password after the first login.
385+
It is possible to set the initial password using link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/set-initial-password[`neo4j-admin dbms set-initial-password <password>`], otherwise it is necessary to change the password after the first login.
386386

387387
.Show user
388388
======

0 commit comments

Comments
 (0)