mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
Removes unnecessary restrictions on username and password for Yarr egg
This commit is contained in:
parent
79d1d30ea7
commit
959c9af068
@ -35,7 +35,7 @@
|
||||
"default_value": "username",
|
||||
"user_viewable": false,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20|alpha_dash",
|
||||
"rules": "required|string|alpha_dash",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
@ -45,7 +45,7 @@
|
||||
"default_value": "password",
|
||||
"user_viewable": false,
|
||||
"user_editable": true,
|
||||
"rules": "required|string|max:20|alpha_dash",
|
||||
"rules": "required|string|alpha_dash",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user