From ab158ef77912ea016739ace4c6b5499df55735a4 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Thu, 16 Mar 2023 14:15:36 +0100 Subject: [PATCH 1/2] adding reference to dbms in the command for set-initial-password --- modules/ROOT/pages/access-control/manage-users.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/access-control/manage-users.adoc b/modules/ROOT/pages/access-control/manage-users.adoc index 17f6d764b..cc777a57a 100644 --- a/modules/ROOT/pages/access-control/manage-users.adoc +++ b/modules/ROOT/pages/access-control/manage-users.adoc @@ -471,7 +471,7 @@ SHOW USERS |=== When first starting a Neo4j DBMS, there is always a single default user `neo4j` with administrative privileges. -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. +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], otherwise it is necessary to change the password after the first login. .Show user ====== From ff7426548bc0873595209c2c42f2b44694d4b641 Mon Sep 17 00:00:00 2001 From: lidiazuin Date: Thu, 16 Mar 2023 14:18:56 +0100 Subject: [PATCH 2/2] adding the full command line with code formatting --- modules/ROOT/pages/access-control/manage-users.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/access-control/manage-users.adoc b/modules/ROOT/pages/access-control/manage-users.adoc index cc777a57a..63baab07e 100644 --- a/modules/ROOT/pages/access-control/manage-users.adoc +++ b/modules/ROOT/pages/access-control/manage-users.adoc @@ -471,7 +471,7 @@ SHOW USERS |=== When first starting a Neo4j DBMS, there is always a single default user `neo4j` with administrative privileges. -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], otherwise it is necessary to change the password after the first login. +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 `], otherwise it is necessary to change the password after the first login. .Show user ======