From f0114403267c6bab940c9c5a8e424116fe8b69a2 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:33:43 +0800 Subject: [PATCH] Update 2.management-user.md --- docs-2.0/7.data-security/1.authentication/2.management-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/7.data-security/1.authentication/2.management-user.md b/docs-2.0/7.data-security/1.authentication/2.management-user.md index ad3b4ede879..7bb9ef96e8b 100644 --- a/docs-2.0/7.data-security/1.authentication/2.management-user.md +++ b/docs-2.0/7.data-security/1.authentication/2.management-user.md @@ -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 [WITH PASSWORD ''] [WITH IP WHITELIST ]; + ALTER USER [WITH PASSWORD ''] [WITH IP WHITELIST { | % }]; ``` - `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.