mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 21:16:55 +08:00
feat: Typecho 放开修改管理员和管理员默认密码 (#143)
This commit is contained in:
parent
5ec0620ffd
commit
97f89bc8d3
@ -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
Block a user