From d1414304a6d1e25e091166534e830e89b99287e9 Mon Sep 17 00:00:00 2001 From: Alisia Prince Date: Mon, 13 Jul 2026 11:01:38 -0400 Subject: [PATCH] Fix typo in FAQ about default password prompt Signed-off-by: Alisia Prince --- versioned_docs/version-v1.8/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v1.8/faq.md b/versioned_docs/version-v1.8/faq.md index eaee9550c4..563f761132 100644 --- a/versioned_docs/version-v1.8/faq.md +++ b/versioned_docs/version-v1.8/faq.md @@ -19,7 +19,7 @@ $ ssh rancher@node-ip ### What is the default login username and password of the Harvester dashboard? ```shell username: admin -password: # you will be promoted to set the default password when logging in for the first time +password: # you will be prompted to set the default password when logging in for the first time ``` ### How can I access the kubeconfig file of the Harvester cluster?