-
Notifications
You must be signed in to change notification settings - Fork 391
Open
Description
Motivation
The current email registration process in the project's frontend only supports account-password registration, and lacks the implementation of components for sending and verifying email verification codes.
We need to:
- Develop a component to trigger sending verification codes to the registered email address;
- Implement a verification code input and validation module (including logic for code expiration, resend limits, and error prompts);
- Integrate the verification process into the existing registration workflow to ensure the code is validated before completing registration.
Solution
No response
Alternatives
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request