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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef46627  Update doc (#1785)
ef46627 is described below

commit ef4662775fbf7482cf2f7e2883de558f2ef4aa5e
Author: Spica <[email protected]>
AuthorDate: Mon Dec 21 14:31:50 2020 +0800

    Update doc (#1785)
    
    * Update web-console.cn.md
    
    update doc
    
    * Update web-console.en.md
    
    update doc
---
 .../user-manual/elasticjob-lite/operation/web-console.cn.md       | 8 +++++++-
 .../user-manual/elasticjob-lite/operation/web-console.en.md       | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git 
a/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md 
b/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
index 0b31439..96997d5 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/web-console.cn.md
@@ -12,7 +12,13 @@ chapter = true
 
 控制台提供两种账户:管理员及访客。
 管理员拥有全部操作权限,访客仅拥有察看权限。
-默认管理员用户名和密码是 root/root,访客用户名和密码是 guest/guest,可通过 `conf\auth.properties` 
修改管理员及访客用户名及密码。
+默认管理员用户名和密码是 root/root,访客用户名和密码是 guest/guest,可通过 `conf\application.properties` 
修改管理员及访客用户名及密码。
+```
+auth.root_username=root
+auth.root_password=root
+auth.guest_username=guest
+auth.guest_password=guest
+```
 
 ## 功能列表
 
diff --git 
a/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md 
b/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
index fdd4720..a9fee0e 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
@@ -12,7 +12,13 @@ Open the browser and visit `http://localhost:8899/` to 
access the console.
 
 The console provides two types of accounts: administrator and guest.
 The administrator has all operation rights, and the visitors only have the 
viewing rights.
-The default administrator user name and password are root/root,and the guest 
user name and password are guest/guest,You can modify the administrator and 
guest user names and passwords through `conf\auth.properties`.
+The default administrator user name and password are root/root,and the guest 
user name and password are guest/guest,You can modify the administrator and 
guest user names and passwords through `conf\application.properties`.
+```
+auth.root_username=root
+auth.root_password=root
+auth.guest_username=guest
+auth.guest_password=guest
+```
 
 ## Function list
 

Reply via email to