From 0555bce47ef0384dfe4c8f4287cb483061daddd4 Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Wed, 16 Mar 2022 10:54:09 +0800 Subject: [PATCH] chore: add more doc for dashboard.default_user --- lib-ce/emqx_dashboard/etc/emqx_dashboard.conf | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/lib-ce/emqx_dashboard/etc/emqx_dashboard.conf b/lib-ce/emqx_dashboard/etc/emqx_dashboard.conf index f67b88c17..2d59264a1 100644 --- a/lib-ce/emqx_dashboard/etc/emqx_dashboard.conf +++ b/lib-ce/emqx_dashboard/etc/emqx_dashboard.conf @@ -3,12 +3,17 @@ ##-------------------------------------------------------------------- ## Default user's login name. -## +## For safety, it should be changed as soon as possible. +## Please use the './bin/emqx_ctl admins' CLI to change it. +## Then comment `dashboard.default_user.login/password` from here ## Value: String dashboard.default_user.login = admin ## Default user's password. -## +## The initial default password for 'dashboard.default_user.login'" +## For safety, it should be changed as soon as possible. +## Please use the './bin/emqx_ctl admins' CLI to change it. +## Then comment `dashboard.default_user.login/password` from here ## Value: String dashboard.default_user.password = public @@ -127,4 +132,3 @@ dashboard.listener.http.ipv6_v6only = false ## ## Value: on | off ## dashboard.listener.https.honor_cipher_order = on -