From db692d5eb48c763b3af510d8d1df72be4c00b075 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 16 Sep 2019 23:20:46 +0800 Subject: [PATCH] Don't encourage user to login with root --- ui/commands/ssh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/commands/ssh.js b/ui/commands/ssh.js index c30db00..51e2370 100644 --- a/ui/commands/ssh.js +++ b/ui/commands/ssh.js @@ -244,7 +244,7 @@ const initialFieldDef = { description: "", type: "text", value: "", - example: "root", + example: "guest", verify(d) { if (d.length <= 0) { throw new Error("Username must be specified");