[Fix](auth) fix some problem of skip_localhost_auth_check in FE config #18996

This commit is contained in:
WenYao
2023-04-25 09:10:01 +08:00
committed by GitHub
parent 171a194070
commit fd4576e420
3 changed files with 3 additions and 3 deletions

View File

@ -236,7 +236,7 @@ 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 add `skip_localhost_auth_check` in fe config so that logging to Doris without a password in localhost.
If you forget your password and cannot log in to Doris, you can add `skip_localhost_auth_check` in fe config and restart FE so that logging to Doris without a password in localhost.
`skip_localhost_auth_check = true`

View File

@ -228,7 +228,7 @@ ADMIN_PRIV 和 GRANT_PRIV 权限同时拥有**授予权限**的权限,较为
5. 忘记密码
如果忘记了密码无法登陆 Doris,可以在 FE 的 config 文件中添加 `skip_localhost_auth_check` 参数,从而无密码在本机登陆 Doris:
如果忘记了密码无法登陆 Doris,可以在 FE 的 config 文件中添加 `skip_localhost_auth_check` 参数,并且重启FE,从而无密码在本机通过localhost登陆 Doris:
`skip_localhost_auth_check = true`