mirror of
https://github.com/parkervcp/eggs.git
synced 2026-05-16 18:42:43 +08:00
Add min rule to server password
This commit is contained in:
committed by
GitHub
Unverified
parent
c898642d9e
commit
f6b90571a5
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user