70 lines
1.9 KiB
Plaintext
70 lines
1.9 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 个字符"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "password",
|
|
"field": "wizard_postgres_enrollment_token",
|
|
"label": "PostgreSQL 应用接入令牌",
|
|
"helpText": "填写安装 PostgreSQL 共享服务时设置的应用接入令牌。令牌只用于首次签发独立数据库凭据。",
|
|
"rules": [
|
|
{
|
|
"required": true,
|
|
"message": "请输入 PostgreSQL 应用接入令牌"
|
|
},
|
|
{
|
|
"min": 20,
|
|
"message": "接入令牌至少需要 20 个字符"
|
|
},
|
|
{
|
|
"max": 256,
|
|
"message": "接入令牌不能超过 256 个字符"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|