Skip to content

Commit

Permalink
fix: missing default values for system settings (#6035)
Browse files Browse the repository at this point in the history
#### What type of PR is this?

/kind bug
/area core
/milestone 2.16.x

#### What this PR does / why we need it:

补充缺失的系统设置默认值。

#### Does this PR introduce a user-facing change?

```release-note
修复系统设置未保存导致无法正常注册的问题
```
  • Loading branch information
ruibaby committed Jun 5, 2024
1 parent a188f71 commit 2841ff8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ data:
user: |
{
"allowRegistration": false,
"defaultRole": "",
"mustVerifyEmailOnRegistration": false,
"defaultRole": "guest",
"avatarPolicy": "default-policy"
}
theme: |
Expand Down

0 comments on commit 2841ff8

Please sign in to comment.