| title | GRAPH.PASSWORD |
|---|---|
| description | Securely sets or updates user passwords within FalkorDB. |
| parent | Commands |
The GRAPH.PASSWORD command securely sets or updates user passwords within FalkorDB. It complements GRAPH.ACL by allowing password changes without altering user privileges.
The behavior of GRAPH.PASSWORD depends on the user context and argument count.
A regular user can change their own password:
GRAPH.PASSWORD <new_password>
This command updates the password only for the currently authenticated user.
Example:
GRAPH.PASSWORD S3cureMyPass!
Response:
OK