mirror of
https://github.com/parkervcp/eggs.git
synced 2026-05-17 03:02:43 +08:00
changed the password rule from required to nullable
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"default_value": "changeme",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:32",
|
||||
"rules": "nullable|string|max:32",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user