We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2780468 commit c8a4c18Copy full SHA for c8a4c18
docs/Manual/Security/Starter/README.md
@@ -19,8 +19,8 @@ _--javascript.execute-string_ option of the _arangosh_ binary, e.g.:
19
20
```bash
21
arangosh --server.endpoint your-server-endpoint \
22
- --server.password ""
23
- --javascript.execute-string 'require("org/arangodb/users").update("root", "mypwd");
+ --server.password "" \
+ --javascript.execute-string 'require("org/arangodb/users").update("root", "mypwd");'
24
```
25
26
where "mypwd" is the new password you want to set.
0 commit comments