Don't encourage user to login with root
This commit is contained in:
@@ -244,7 +244,7 @@ const initialFieldDef = {
|
|||||||
description: "",
|
description: "",
|
||||||
type: "text",
|
type: "text",
|
||||||
value: "",
|
value: "",
|
||||||
example: "root",
|
example: "guest",
|
||||||
verify(d) {
|
verify(d) {
|
||||||
if (d.length <= 0) {
|
if (d.length <= 0) {
|
||||||
throw new Error("Username must be specified");
|
throw new Error("Username must be specified");
|
||||||
|
|||||||
Reference in New Issue
Block a user