注册项目表
在应用配置页面上,我们可以配置注册项目表以创建自定义注册页面。 我们可以在此注册项目表上添加或删除任何注册项目。

关于每个注册项目的详细解释,请参考下表。
| 列名 | 可选值 | 描述 |
|---|---|---|
| 名称 | - | 注册项目的名称。 |
| 可见 | True / False | 选择此注册项目是否在注册页面上可见。 |
| 必填 | True / False | 选择此注册项目是否为必填项。 |
| 提示 | True / False | 选择是否在用户忘记填写此注册项目时提示。 |
| Label | - | If this signup item start with Text, Label should be the html code for this field. If not it will repalce the label of this signup item. |
| Custom CSS | - | CSS code for this signup item. |
| 规则 | Rule Items | 选择一个规则来自定义此注册项目。 详细规则在下表中描述。 |
| 操作 | - | 用户可以执行如移动此注册项目上移、下移或删除等操作。 |
目前,支持配置规则的注册项目包括 ID、显示名称、电子邮件和协议。
| 项目名称 | 可选规则 | 描述 |
|---|---|---|
| ID | Random / Incremental | 选择用户ID应该是随机生成还是递增。 |
| 显示名称 | None/ Real name / First, last | 选择显示名称应该如何呈现。 选择无将显示显示名称。 选择真实姓名将显示用户的实际姓名。 选择名,姓将分别显示名和姓。 |
| 电子邮件 | Normal/ No verification | 选择是否使用验证码验证电子邮件地址。 选择正常将需要电子邮件验证。 选择无验证将允许无需电子邮件验证即可注册。 |
| 协议 | None/ Signin / Signin (Default True) | 选择用户在登录时是否需要确认使用条款。 选择无将不显示任何使用条款,允许用户直接登录。 选择登录将要求用户在登录前确认条款。 选择登录(默认为真)将默认设置条款为已确认,允许用户直接登录。 |
备注
例如,假设我想设置我的注册页面包括一个电子邮件字段,但不需要电子邮件验证。
首先,我添加了一些注册所需的注册项目,如ID、用户名、密码和电子邮件。

然后,我选择了电子邮件行的规则项目为无验证。 结果,生成的预览注册页面将达到预期效果。

备注
When the organization's "Use email as username" option is enabled and the username field is not visible in the signup items table, the user's email address will automatically be used as their username during registration.