changed the password rule from required to nullable
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
"default_value": "changeme",
|
"default_value": "changeme",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|max:32",
|
"rules": "nullable|string|max:32",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user