Skip to content

Commit 94a742d

Browse files
authored
docs: add registration email domain guide (#1092)
1 parent 475088b commit 94a742d

5 files changed

Lines changed: 212 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ const enSidebar = [
147147
{
148148
text: "Help",
149149
items: [
150+
{ text: "Supported Registration Domains", link: "/guide/registration-email-domains" },
150151
{ text: "Windows Installation Guide", link: "/guide/windows-install" },
151152
{ text: "Update Guide", link: "/guide/update" },
152153
{ text: "Troubleshooting", link: "/guide/troubleshooting" },
@@ -206,6 +207,7 @@ const jaSidebar = [
206207
{
207208
text: "ヘルプ",
208209
items: [
210+
{ text: "登録対応メールドメイン", link: "/ja/guide/registration-email-domains" },
209211
{ text: "Windows インストールガイド", link: "/ja/guide/windows-install" },
210212
{ text: "アップデートガイド", link: "/ja/guide/update" },
211213
{ text: "トラブルシューティング", link: "/ja/guide/troubleshooting" },
@@ -266,6 +268,7 @@ const koSidebar = [
266268
{
267269
text: "도움말",
268270
items: [
271+
{ text: "회원가입 지원 이메일 도메인", link: "/ko/guide/registration-email-domains" },
269272
{ text: "Windows 설치 가이드", link: "/ko/guide/windows-install" },
270273
{ text: "업데이트 가이드", link: "/ko/guide/update" },
271274
{ text: "문제 해결", link: "/ko/guide/troubleshooting" },
@@ -327,6 +330,7 @@ const zhSidebar = [
327330
{
328331
text: "帮助",
329332
items: [
333+
{ text: "注册支持的邮箱域名", link: "/zh/guide/registration-email-domains" },
330334
{ text: "Windows 正式版安装指南", link: "/zh/guide/windows-install" },
331335
{ text: "更新指南", link: "/zh/guide/update" },
332336
{ text: "修复指南", link: "/zh/guide/troubleshooting" },
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Supported Registration Email Domains
2+
3+
To reduce abuse and improve registration reliability, nexu currently only supports account registration with the email domains listed below.
4+
5+
If your email domain is not on the list, you will not be able to complete registration right now. You can use one of the supported public email providers below, or contact the team to suggest an additional domain.
6+
7+
## Supported Domains
8+
9+
| Email domain |
10+
| --- |
11+
| gmail.com |
12+
| googlemail.com |
13+
| outlook.com |
14+
| hotmail.com |
15+
| live.com |
16+
| msn.com |
17+
| icloud.com |
18+
| me.com |
19+
| mac.com |
20+
| yahoo.com |
21+
| yahoo.co.jp |
22+
| proton.me |
23+
| protonmail.com |
24+
| zoho.com |
25+
| zohomail.com |
26+
| aol.com |
27+
| gmx.com |
28+
| gmx.de |
29+
| yandex.com |
30+
| yandex.ru |
31+
| qq.com |
32+
| foxmail.com |
33+
| 163.com |
34+
| 126.com |
35+
| yeah.net |
36+
| aliyun.com |
37+
| sina.com |
38+
| sina.cn |
39+
40+
## FAQ
41+
42+
**Q: Why are registration email domains restricted?**
43+
44+
This helps reduce large-scale abusive signups and lets us prioritize a reliable registration flow for commonly used personal email services.
45+
46+
**Q: Can I register with a work or school email address?**
47+
48+
Not by default. Registration is only supported when the email domain is included in the whitelist above.
49+
50+
**Q: Will the whitelist change in the future?**
51+
52+
Possibly. The actual supported set may change based on product policy and platform configuration.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# 登録に対応しているメールドメイン
2+
3+
不正利用の抑制と登録成功率の向上のため、nexu では現在、以下のメールドメインのみでアカウント登録をサポートしています。
4+
5+
お使いのメールドメインが一覧にない場合、現時点では登録を完了できません。以下の対応済みパブリックメールサービスを利用するか、追加を希望するドメインをチームへご連絡ください。
6+
7+
## 対応ドメイン一覧
8+
9+
| メールドメイン |
10+
| --- |
11+
| gmail.com |
12+
| googlemail.com |
13+
| outlook.com |
14+
| hotmail.com |
15+
| live.com |
16+
| msn.com |
17+
| icloud.com |
18+
| me.com |
19+
| mac.com |
20+
| yahoo.com |
21+
| yahoo.co.jp |
22+
| proton.me |
23+
| protonmail.com |
24+
| zoho.com |
25+
| zohomail.com |
26+
| aol.com |
27+
| gmx.com |
28+
| gmx.de |
29+
| yandex.com |
30+
| yandex.ru |
31+
| qq.com |
32+
| foxmail.com |
33+
| 163.com |
34+
| 126.com |
35+
| yeah.net |
36+
| aliyun.com |
37+
| sina.com |
38+
| sina.cn |
39+
40+
## FAQ
41+
42+
**Q: なぜ登録メールドメインを制限しているのですか?**
43+
44+
大量の不正登録リスクを下げ、一般的な個人向けメールサービスで安定した登録体験を優先するためです。
45+
46+
**Q: 会社や学校のメールアドレスで登録できますか?**
47+
48+
デフォルトではできません。上記ホワイトリストに含まれるドメインのみ登録に対応しています。
49+
50+
**Q: このホワイトリストは今後変更されますか?**
51+
52+
可能性があります。実際の対応範囲は、今後のプロダクト方針とプラットフォーム設定に従います。
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# 회원가입 지원 이메일 도메인
2+
3+
nexu는 악용을 줄이고 회원가입 성공률을 높이기 위해 현재 아래 목록의 이메일 도메인으로만 계정 등록을 지원합니다.
4+
5+
사용 중인 이메일 도메인이 목록에 없다면 현재는 회원가입을 완료할 수 없습니다. 아래의 지원되는 공개 이메일 서비스를 사용하거나, 추가를 원하는 도메인을 팀에 알려 주세요.
6+
7+
## 지원 도메인 목록
8+
9+
| 이메일 도메인 |
10+
| --- |
11+
| gmail.com |
12+
| googlemail.com |
13+
| outlook.com |
14+
| hotmail.com |
15+
| live.com |
16+
| msn.com |
17+
| icloud.com |
18+
| me.com |
19+
| mac.com |
20+
| yahoo.com |
21+
| yahoo.co.jp |
22+
| proton.me |
23+
| protonmail.com |
24+
| zoho.com |
25+
| zohomail.com |
26+
| aol.com |
27+
| gmx.com |
28+
| gmx.de |
29+
| yandex.com |
30+
| yandex.ru |
31+
| qq.com |
32+
| foxmail.com |
33+
| 163.com |
34+
| 126.com |
35+
| yeah.net |
36+
| aliyun.com |
37+
| sina.com |
38+
| sina.cn |
39+
40+
## FAQ
41+
42+
**Q: 왜 회원가입 이메일 도메인을 제한하나요?**
43+
44+
대량 악성 가입 위험을 줄이고, 많이 사용되는 개인 이메일 서비스에서 안정적인 회원가입 경험을 우선 제공하기 위해서입니다.
45+
46+
**Q: 회사나 학교 이메일로도 가입할 수 있나요?**
47+
48+
기본적으로는 지원하지 않습니다. 위 화이트리스트에 포함된 도메인만 회원가입이 가능합니다.
49+
50+
**Q: 화이트리스트는 앞으로 바뀔 수 있나요?**
51+
52+
그럴 수 있습니다. 실제 지원 범위는 향후 제품 정책과 플랫폼 설정에 따라 달라질 수 있습니다.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# 注册支持的邮箱域名
2+
3+
为避免滥用并提升注册成功率,nexu 目前仅支持以下邮箱域名用于账号注册。
4+
5+
如果你的邮箱不在列表中,当前将无法完成注册。你可以先使用列表中的公共邮箱服务,或联系团队反馈希望支持的新域名。
6+
7+
## 支持列表
8+
9+
| 邮箱域名 |
10+
| --- |
11+
| gmail.com |
12+
| googlemail.com |
13+
| outlook.com |
14+
| hotmail.com |
15+
| live.com |
16+
| msn.com |
17+
| icloud.com |
18+
| me.com |
19+
| mac.com |
20+
| yahoo.com |
21+
| yahoo.co.jp |
22+
| proton.me |
23+
| protonmail.com |
24+
| zoho.com |
25+
| zohomail.com |
26+
| aol.com |
27+
| gmx.com |
28+
| gmx.de |
29+
| yandex.com |
30+
| yandex.ru |
31+
| qq.com |
32+
| foxmail.com |
33+
| 163.com |
34+
| 126.com |
35+
| yeah.net |
36+
| aliyun.com |
37+
| sina.com |
38+
| sina.cn |
39+
40+
## 常见问题
41+
42+
**Q: 为什么要限制注册邮箱域名?**
43+
44+
这样可以降低批量滥用注册的风险,也能优先保证常见个人邮箱服务的注册体验。
45+
46+
**Q: 企业邮箱或学校邮箱能注册吗?**
47+
48+
默认不支持。只有当邮箱域名在上面的白名单中时,才能完成注册。
49+
50+
**Q: 白名单后续会调整吗?**
51+
52+
可能会。实际支持范围以后续产品策略和平台配置为准。

0 commit comments

Comments
 (0)