# 注册

## 邀请码获取方式

任何用户都必须通过邀请码注册，即使是开放注册。

目前未限制邀请码和邮箱的绑定关系，拥有邀请码后，可用符合站点要求的邮箱进行注册。

### 开放注册

在注册页面右下角，点击 <mark style="color:blue;">没有邀请码?</mark> 如提示开放注册，复制邀请码即可。

本站一般会在节假日前后开放注册。

### 官方邀请

管理组会在TG群等渠道发放邀请码，加入官方群组即有机会获取邀请码。

### 私人邀请

已注册用户可发放邀请码，连坐机制请查看[账号连坐部分](/account/user.md)。

## 注册要求

### 邮箱

目前支持后缀如下：

* @gmail.com
* @qq.com
* @163.com
* @vip.qq.com
* @139.com
* @hotmail.com

实际可用邮箱后缀请以注册为准

### 用户名

用户名由小写字母开头，中间和结尾允许出现数字，长度为5-12位。

不允许出现大写字母和特殊字符。

禁止使用容易让人误以为是管理员的名称。

### 密码

密码必须包含以下四类字符： 大写、小写、数字、特殊字符（具体特殊字符可在注册时查看），长度为8-12位。

## 注册验证

注册后，即可登录站点。登录站点后，可根据提示前往个人详情页主动触发邮箱验证。

邮箱验证需要在个人详情页<mark style="color:red;">**手动触发**</mark>，注册7天内如不进行邮箱验证，将会被ban（即封禁，本文中皆为此意），此后<mark style="color:red;">**用户名和邮箱将不可再用于注册**</mark>。

手动触发验证邮件后，如未收到邮件，可等几分钟或在邮箱的垃圾箱中查找，可能是注册验证邮件发送频率过高，被邮箱误认为是垃圾邮件。

<br>

## 注意事项

不允许一个人注册多个账号，管理组有权力封禁此类账号。

注册后，请妥善保管邮箱、账号和密码。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki1.yemapt.org/account/register.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
