changed the password rule from required to nullable

This commit is contained in:
Panda260 2023-01-27 21:45:22 +01:00
parent 81c4de18ab
commit 1eb8b8929d

View File

@ -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"
},
{