From 2bfa20d31669b28591993dd039f0392d1d34ccf8 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 27 Feb 2024 18:17:12 +0800 Subject: [PATCH] chore: add help text for mustVerifyEmailOnRegistration option (#5410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area core /kind improvement /milestone 2.13.0 #### What this PR does / why we need it: 为用户设置中 **注册需验证邮箱** 选项添加提示。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- application/src/main/resources/extensions/system-setting.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/src/main/resources/extensions/system-setting.yaml b/application/src/main/resources/extensions/system-setting.yaml index 6674db21f..c1e2135a2 100644 --- a/application/src/main/resources/extensions/system-setting.yaml +++ b/application/src/main/resources/extensions/system-setting.yaml @@ -98,7 +98,8 @@ spec: value: false - $formkit: checkbox name: mustVerifyEmailOnRegistration - label: "注册需验证邮箱(请确保启用邮件通知)" + label: "注册需验证邮箱" + help: "需要确保已经正确配置邮件通知器" value: false - $formkit: roleSelect name: defaultRole