You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/authentication-authorization/password-and-user-recovery.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
:description: This page describes how to reset a password to recover a user's access when their password is lost. It specifically focuses on how to recover an admin user if all the admin users have been unassigned the admin role, and how to recreate the built-in admin role if it has been dropped.
This page describes how to reset a password to recover a user's access when their password is lost.
6
7
It specifically focuses on how to recover an admin user if all the admin users have been unassigned the admin role, and how to recreate the built-in admin role if it has been dropped.
@@ -100,7 +101,7 @@ You can use a client such as xref:tools/cypher-shell.adoc[Cypher Shell] or the N
100
101
In a cluster deployment, you should complete the steps only on one of the Core servers.
101
102
====
102
103
103
-
. Complete the steps in xref:configuration/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
104
+
. Complete the steps in xref:authentication-authorization/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
104
105
. Connect to the `system` database using Cypher shell.
105
106
Alternatively, log into Neo4j Browser.
106
107
+
@@ -126,7 +127,7 @@ ALTER USER neo4j SET PASSWORD 'mynewpass'
126
127
----
127
128
:exit;
128
129
----
129
-
. Proceed with the xref:configuration/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
130
+
. Proceed with the xref:authentication-authorization/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
130
131
131
132
[[recover-unassigned-admin-role]]
132
133
== Recover an unassigned admin role
@@ -138,7 +139,7 @@ You can use a client such as xref:tools/cypher-shell.adoc[Cypher Shell] or the N
138
139
In a cluster deployment, you should complete the steps only on one of the Core servers.
139
140
====
140
141
141
-
. Complete the steps in xref:configuration/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
142
+
. Complete the steps in xref:authentication-authorization/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
142
143
. Connect to the `system` database using Cypher shell.
143
144
Alternatively, log into Neo4j Browser.
144
145
+
@@ -164,7 +165,7 @@ GRANT ROLE admin TO neo4j
164
165
----
165
166
:exit;
166
167
----
167
-
. Proceed with the xref:configuration/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
168
+
. Proceed with the xref:authentication-authorization/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
168
169
169
170
[[recover-admin-role]]
170
171
== Recover the admin role
@@ -176,7 +177,7 @@ If you have removed the admin role from your system entirely, you can use a clie
176
177
In a cluster deployment, you should complete the steps only on one of the Core servers.
177
178
====
178
179
179
-
. Complete the steps in xref:configuration/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
180
+
. Complete the steps in xref:authentication-authorization/password-and-user-recovery.adoc#disable-authentication[Disable authentication] as per your deployment.
180
181
. Connect to the `system` database using Cypher shell.
181
182
Alternatively, log into Neo4j Browser.
182
183
+
@@ -217,7 +218,7 @@ To grant the role to a user (assuming your existing user is named `neo4j`), you
217
218
----
218
219
:exit;
219
220
----
220
-
. Proceed with the xref:configuration/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
221
+
. Proceed with the xref:authentication-authorization/password-and-user-recovery.adoc#post-recovery[post-recovery steps] as per your deployment.
221
222
222
223
[[post-recovery]]
223
224
== Post-recovery steps
@@ -233,7 +234,7 @@ To grant the role to a user (assuming your existing user is named `neo4j`), you
233
234
----
234
235
$ bin/neo4j stop
235
236
----
236
-
. Enable the authentication and restore your Neo4j to its original configuration (See xref:configuration/password-and-user-recovery.adoc#disable-authentication[Disable authentication]).
237
+
. Enable the authentication and restore your Neo4j to its original configuration (See xref:authentication-authorization/password-and-user-recovery.adoc#disable-authentication[Disable authentication]).
Copy file name to clipboardExpand all lines: modules/ROOT/pages/configuration/index.adoc
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,8 @@ The topics described are:
8
8
* xref:configuration/file-locations.adoc[File locations] -- An overview of where files are stored in the different Neo4j distributions and the necessary file permissions for running Neo4j.
9
9
* xref:configuration/ports.adoc[Ports] -- An overview of the ports relevant to a Neo4j installation.
10
10
* xref:configuration/set-initial-password.adoc[Set initial password] -- How to set an initial password.
11
-
* xref:configuration/password-and-user-recovery.adoc[Password and user recovery] -- How to recover after a lost admin password.
12
-
* xref:configuration/connectors.adoc[Configure Neo4j connectors] -- How to configure Neo4j connectors.
13
-
* xref:configuration/dynamic-settings.adoc[Configure dynamic settings] -- How to configure certain Neo4j parameters while Neo4j is running.
14
-
* xref:configuration/transaction-logs.adoc[Transaction logs] -- The transaction logs record all write operations in the database.
11
+
* xref:configuration/dynamic-settings.adoc[Update dynamic settings] -- How to configure certain Neo4j parameters while Neo4j is running.
12
+
* xref:configuration/configuration-settings.adoc[Configuration settings] -- A complete reference of all configuration settings.
15
13
16
14
For a complete reference of Neo4j configuration settings, see xref:reference/configuration-settings.adoc[Configuration settings].
0 commit comments