Skip to content

Commit 2c91310

Browse files
authored
Remove missed CURRENT from copy paste
1 parent cb0f8a0 commit 2c91310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/errors/gql-errors/51N2A.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To fix this, either enable auth or change the password using the `ALTER USER` co
2626

2727
[source,cypher]
2828
----
29-
ALTER CURRENT USER $currentUsername SET PASSWORD $newPassword CHANGE NOT REQUIRED
29+
ALTER USER $currentUsername SET PASSWORD $newPassword CHANGE NOT REQUIRED
3030
----
3131

3232
ifndef::backend-pdf[]

0 commit comments

Comments
 (0)