feat: Typecho 放开修改管理员和管理员默认密码 (#143)
This commit is contained in:
parent
8e2d1eb90a
commit
09c0edcb8e
|
|
@ -32,17 +32,15 @@ additionalProperties:
|
||||||
rule: paramComplexity
|
rule: paramComplexity
|
||||||
type: password
|
type: password
|
||||||
- default: typecho
|
- default: typecho
|
||||||
disabled: true
|
|
||||||
envKey: TYPECHO_USER_NAME
|
envKey: TYPECHO_USER_NAME
|
||||||
labelEn: User
|
labelEn: User
|
||||||
labelZh: 管理员
|
labelZh: 管理员
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: typecho
|
- default: typecho
|
||||||
disabled: true
|
|
||||||
envKey: TYPECHO_USER_PASSWORD
|
envKey: TYPECHO_USER_PASSWORD
|
||||||
labelEn: Password
|
labelEn: Password
|
||||||
labelZh: 管理员默认密码
|
labelZh: 管理员密码
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: 8080
|
- default: 8080
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue