mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-26 16:19:04 +08:00
enforce user to create min. 8 char secret
This commit is contained in:
parent
d89a95494e
commit
f87a17f0a5
@ -32,10 +32,10 @@
|
|||||||
"name": "SECRET",
|
"name": "SECRET",
|
||||||
"description": "Admin secret",
|
"description": "Admin secret",
|
||||||
"env_variable": "SECRET",
|
"env_variable": "SECRET",
|
||||||
"default_value": "secret",
|
"default_value": "",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": true,
|
"user_editable": true,
|
||||||
"rules": "required|string|min:1|max:255",
|
"rules": "required|string|min:8|max:255",
|
||||||
"field_type": "text"
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user