You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by do...@apache.org on 2021/01/20 05:32:20 UTC

[shardingsphere] branch master updated: Update authentication.cn (#9098)

This is an automated email from the ASF dual-hosted git repository.

dongzonglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new de15c4a  Update authentication.cn (#9098)
de15c4a is described below

commit de15c4ad5f364466e565df736a279de51dd526c8
Author: Liang Zhang <te...@163.com>
AuthorDate: Wed Jan 20 13:32:00 2021 +0800

    Update authentication.cn (#9098)
---
 .../shardingsphere-proxy/configuration/authentication.cn.md           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
index 77a29a1..d24caac 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/configuration/authentication.cn.md
@@ -10,8 +10,8 @@ weight = 2
 authentication:
   users:
     root: # 自定义用户名
-      password: root # 自定义用户名密码
+      password: root # 自定义密码
     sharding: # 自定义用户名
-      password: sharding # 自定义用户名密码
+      password: sharding # 自定义密码
       authorizedSchemas: sharding_db, replica_query_db # 该用户授权可访问的数据库,多个用逗号分隔。缺省将拥有 root 权限,可访问全部数据库。
 ```