halo/ui/packages/api-client/src
MashiroT 50fbe37be8
feat: add support for force verify email during user registration (#5320)
#### What type of PR is this?

/kind feature
/kind improvement
/area core
/area console
/kind api-change

#### What this PR does / why we need it:
增加对用户注册时必须验证邮箱的支持

#### Which issue(s) this PR fixes:

Fixes #5016

#### Special notes for your reviewer:
`regRequireVerifyEmail` 为 `false` 时与现在的注册行为一致
为 `true` 时注册页显示验证码校验相关,注册成功后 `UserSpec.emailVerified` 即为 `true`
没有判断邮件通知是否开启,与现有的邮箱验证一致,如未开启则收不到邮件

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

```release-note
增加对用户注册时必须验证邮箱的支持
```
2024-02-22 09:44:06 +00:00
..
.openapi-generator Move folder console to ui 2024-02-02 22:22:51 +08:00
api feat: add support for force verify email during user registration (#5320) 2024-02-22 09:44:06 +00:00
models feat: add support for force verify email during user registration (#5320) 2024-02-22 09:44:06 +00:00
.gitignore Move folder console to ui 2024-02-02 22:22:51 +08:00
.npmignore Move folder console to ui 2024-02-02 22:22:51 +08:00
.openapi-generator-ignore Move folder console to ui 2024-02-02 22:22:51 +08:00
.openapi_config.yaml Move folder console to ui 2024-02-02 22:22:51 +08:00
api.ts Move folder console to ui 2024-02-02 22:22:51 +08:00
base.ts feat: add support for force verify email during user registration (#5320) 2024-02-22 09:44:06 +00:00
common.ts Move folder console to ui 2024-02-02 22:22:51 +08:00
configuration.ts feat: add support for force verify email during user registration (#5320) 2024-02-22 09:44:06 +00:00
git_push.sh Move folder console to ui 2024-02-02 22:22:51 +08:00
index.ts Move folder console to ui 2024-02-02 22:22:51 +08:00