yiguolei commented on code in PR #18816:
URL: https://github.com/apache/doris/pull/18816#discussion_r1173485002

##########
docs/en/docs/admin-manual/privilege-ldap/user-privilege.md:
##########
@@ -236,9 +236,9 @@ ADMIN_PRIV and GRANT_PRIV have the authority of **"grant 
authority"** at the sam
 
 5. Forget passwords
 
-       If you forget your password and cannot log in to Doris, you can log in 
to Doris without a password using the following command on the machine where 
the Doris FE node is located:
+       If you forget your password and cannot log in to Doris, you can add 
`skip_auth_check` in fe config so that logging to Doris without a password in 
localhost.
 
-       `mysql-client -h 127.0.0.1 -P query_port -uroot`
+       `skip_auth_check = true`

Review Comment:
   change to  skip_localhost_auth_check



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to