Don't encourage user to login with root

This commit is contained in:
NI
2019-09-16 23:20:46 +08:00
parent 1a00a7c19d
commit db692d5eb4

View File

@@ -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");