개선(improvement) #1322
closed[Plan] Sign up only with an email-type ID
Added by Lexi Kim 6 months ago. Updated 6 months ago.
100%
Description

Files
| image.png (150 KB) image.png | Lexi Kim, 09/01/2025 12:13 AM | ||
| [250916]_email-validation path 2.png (231 KB) [250916]_email-validation path 2.png | Zia Han, 09/17/2025 06:29 AM | ||
| [250916]_email-validation path 3.png (243 KB) [250916]_email-validation path 3.png | Zia Han, 09/17/2025 06:30 AM | ||
| [250916]_email-validation path 4.png (266 KB) [250916]_email-validation path 4.png | Zia Han, 09/17/2025 06:31 AM | ||
| [250916]_dotBiz-text input validation.png (268 KB) [250916]_dotBiz-text input validation.png | Zia Han, 09/17/2025 06:31 AM |
Related issues
Updated by Zia Han 6 months ago
Request: Apply email validation (for both Vendor and Seller)
- Validation conditions
1) Automatic Trim of Spaces
- If there are spaces before or after the input value, they must be automatically removed on submission.
- Do not validate with spaces included. First apply to trim, then follow the email validation process like `user@domain.com`.
2) Basic Format Conditions
- Must contain the `@' character
- After `@` there must be a '.'(dot).
- This ensures that the email address at least follows the `local@domain.tld` format.
3) Length Restrictions (based on RFC)
- Total length: Up to 254 characters — following the RFC maximum length of 254.
- Local part (before "@"): Up to 64 characters — based on the standard specification.
- Domain part: Generally up to 255 characters, but restricted to 254 in total length. Each domain label can be up to 63 characters.
- Path (for both Vendor and Seller)
1. Sign up > 2.Corperation Info
- input : Rep. email
2. Sign up > 3. Administrator registration
- input : ID, Email
3. Member list > Staff list > [New] modal
- input : ID, Email
- Validation error screen: When the user clicks [Save] without meeting the validation conditions, show orange color on the input stroke and placeholder (same as existing implementation — see attached screenshot).
Updated by Zia Han 6 months ago
- File [250916]_email-validation path 2.png [250916]_email-validation path 2.png added
- File [250916]_email-validation path 3.png [250916]_email-validation path 3.png added
- File [250916]_email-validation path 4.png [250916]_email-validation path 4.png added
- File [250916]_dotBiz-text input validation.png [250916]_dotBiz-text input validation.png added
Updated by Zia Han 6 months ago
- Related to 개선(improvement) #1597: [Plan] Apply email validation added
Updated by ziniy Kang 6 months ago
- Due date set to 09/17/2025
- Start date set to 09/17/2025
- % Done changed from 0 to 100
Updated by ziniy Kang 6 months ago
- Copied to 개선(improvement) #1601: Sign up only with an email-type ID added
Updated by ziniy Kang 6 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)