1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-07 08:07:09 +02:00

Add min rule to server password

This commit is contained in:
Boy132 2021-02-17 15:22:53 +01:00 committed by GitHub
parent c898642d9e
commit f6b90571a5
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",