Restrict organization membership to users whose email matches your company's verified domain in QoderWork CN and Qoder CN CLI Enterprise.
Domain verification ensures only users with your company's email address can join the organization. Once enabled, this restriction applies to all new members, whether they join via an invitation link or SSO login.
In your domain's DNS management console, create a DNS TXT record with the following settings:
After you click Add, copy the verification token from the dialog box and add it to your DNS provider's console.
After the DNS record propagates, return to Email Domains in Qoder and click Verify.
Admins can remove a domain from the list. If SSO is enabled, you cannot remove the last verified domain.
Add a domain
- Go to Organization Settings > Email Domains.
- Click Add Domain.
- Enter your company's email domain (for example, company.com) without the @ symbol.
- Click Add.
Add a DNS TXT record
In your domain's DNS management console, create a DNS TXT record with the following settings:
| Field | Value | Example |
|---|---|---|
| Type | TXT | TXT |
| Hostname | Your domain (or use @ for the root domain) | company.com or @ |
| Value | The verification token provided by Qoder | a1b2c3d4e5f6g7h8i9j0... |
| TTL | 600 (or use the default value) | 600 |
Verify the domain
After the DNS record propagates, return to Email Domains in Qoder and click Verify.
- If successful, the status changes to Verified and the domain takes effect immediately.
- If verification fails, the status changes to Verification Failed. Check your DNS configuration and retry.