Skip to content

Commit

Permalink
Update 2.management-user.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Oct 12, 2023
1 parent 55f6387 commit f011440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The `root` user with the **GOD** role can run `ALTER USER` to set a new password
- Syntax with enterprise edition

```ngql
ALTER USER <user_name> [WITH PASSWORD '<password>'] [WITH IP WHITELIST <ip_list>];
ALTER USER <user_name> [WITH PASSWORD '<password>'] [WITH IP WHITELIST { <ip_list> | % }];
```

- `ip_list`: Sets the IP address whitelist. Any IP can connect to the database without this option. When this option is used, only IPs in the list can connect to the database. Use commas to separate multiple IP addresses.
Expand Down

0 comments on commit f011440

Please sign in to comment.