You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ha...@apache.org on 2018/06/20 13:12:48 UTC

[incubator-skywalking] 02/02: Update quick-start document for default login username/password

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

hanahmily pushed a commit to branch webapp/login
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit 98ad7f968cf5e16154872e19e7c9e8c75e8e1213
Author: gaohongtao <ha...@gmail.com>
AuthorDate: Wed Jun 20 21:11:59 2018 +0800

    Update quick-start document for default login username/password
---
 docs/cn/Quick-start-CN.md | 3 ++-
 docs/en/Quick-start.md    | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/cn/Quick-start-CN.md b/docs/cn/Quick-start-CN.md
index a718cfb..1813bec 100644
--- a/docs/cn/Quick-start-CN.md
+++ b/docs/cn/Quick-start-CN.md
@@ -4,4 +4,5 @@
    1. [单机模式](Deploy-backend-in-standalone-mode-CN.md)
    1. [集群模式](Deploy-backend-in-cluster-mode-CN.md)
 1. 部署 Java Agent,[doc](Deploy-skywalking-agent-CN.md)
-1. 重启并访问系统功能,查看UI即可。
\ No newline at end of file
+1. 重启并访问系统功能,查看UI即可。
+1. 登录页面的默认用户名/密码是`admin/admin`。
\ No newline at end of file
diff --git a/docs/en/Quick-start.md b/docs/en/Quick-start.md
index e259d36..f553453 100644
--- a/docs/en/Quick-start.md
+++ b/docs/en/Quick-start.md
@@ -6,6 +6,7 @@ Quick start is for end users to start up the SkyWalking quickly in local.
 1. Install Java Agent. [Doc](Deploy-skywalking-agent.md)
 1. Set your OS time(include time zone) correct.
 1. Reboot your applications, and open UI.
+1. Default username/password for the login page is `admin/admin`.
 
 If you want to deploy SkyWalking in server or cloud as a cluster, please following these two documents:
 1. [Install javaagent](Deploy-skywalking-agent.md)