50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
[
|
|
{
|
|
"stepTitle": "设置 Live Recorder 管理员密码",
|
|
"items": [
|
|
{
|
|
"type": "tips",
|
|
"helpText": "此密码用于登录 Live Recorder,不是 fnOS 系统密码。用户名固定为 admin。"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"field": "wizard_admin_password",
|
|
"label": "管理员密码",
|
|
"rules": [
|
|
{
|
|
"required": true,
|
|
"message": "请输入管理员密码"
|
|
},
|
|
{
|
|
"min": 10,
|
|
"message": "管理员密码至少需要 10 个字符"
|
|
},
|
|
{
|
|
"max": 256,
|
|
"message": "管理员密码不能超过 256 个字符"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "password",
|
|
"field": "wizard_admin_password_confirm",
|
|
"label": "再次输入密码",
|
|
"rules": [
|
|
{
|
|
"required": true,
|
|
"message": "请再次输入管理员密码"
|
|
},
|
|
{
|
|
"min": 10,
|
|
"message": "管理员密码至少需要 10 个字符"
|
|
},
|
|
{
|
|
"max": 256,
|
|
"message": "管理员密码不能超过 256 个字符"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|