Merge pull request #987 from Boy132/patch-2

Add min rule to server password
This commit is contained in:
Michael (Parker) Parker 2021-02-17 09:26:42 -05:00 committed by GitHub
commit 83a1c1ed43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
"default_value": "secret",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20"
"rules": "required|string|min:5|max:20"
},
{
"name": "World Name",