You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the repeat registration with the email already verified (#7323)
#### What type of PR is this?
/kind bug
/area core
/milestone 2.20.x
#### What this PR does / why we need it:
This PR fixes the repeat registration with the email already verified.

#### Which issue(s) this PR fixes:
Fixes#7308
#### Does this PR introduce a user-facing change?
```release-note
修复注册时未验证邮箱是否已被占用的问题
```
signup.error.email.already-taken=Email address is already taken.
91
92
92
93
validation.error.email.pattern=The email format is incorrect
93
94
validation.error.username.pattern=The username can only be lowercase and can only contain letters, numbers, hyphens, and dots, starting and ending with characters.
0 commit comments