mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 07:49:03 +02:00
feat(torrents): add email address domain white list into rules template file
This commit is contained in:
@@ -28,5 +28,10 @@ invite.banUserInviter = %(inviteConfig.banUserInviter)s
|
||||
#### :white_small_square: How to register after receiving the invitation
|
||||
|
||||
1. If you receive an invitation from a friend, you must click the registered connection address within the `%(inviteConfig.expires_str)s` to complete the registration, otherwise the invitation will expire automatically.
|
||||
1. The current system only supports email addresses that contain the following domain names to be invited or registere:
|
||||
```
|
||||
%(signConfig.emailAllowable[0])s
|
||||
%(signConfig.emailAllowable[1])s
|
||||
```
|
||||
1. After registration is complete, you may need to complete the last account activation by registering the connection address in the email.
|
||||
1. For new ordinary users who just joined, you may need to understand the [user account rules detail](/about/manual/userAccountRules) and various rules and regulations within the site.
|
||||
@@ -28,5 +28,10 @@ invite.banUserInviter = %(inviteConfig.banUserInviter)s
|
||||
#### :white_small_square: 收到邀请函后如何注册
|
||||
|
||||
1. 如果您收到朋友发来的邀请函,您必须在 `%(inviteConfig.expires_str)s` 内点击邮件内的注册连接地址完成注册,否则收到的邀请连接会自动过期。
|
||||
1. 当前系统仅支持包含下例域名的邮箱地址被邀请或注册:
|
||||
```
|
||||
%(signConfig.emailAllowable[0])s
|
||||
%(signConfig.emailAllowable[1])s
|
||||
```
|
||||
1. 注册完成后,您可能需要通过注册邮件内的连接地址完成最后的帐户激活操作。
|
||||
1. 对于刚加入的普通新用户,您可能需要了解站内的 [用户帐号细则](/about/manual/userAccountRules) 以及站内的各项规章制度。
|
||||
@@ -15,6 +15,11 @@
|
||||
|
||||
1. When you receive the invitation email, you can complete the registration through the registered connection address in the email and activate your account with the address in the account activation email. The invitation email is valid for `%(inviteConfig.expires_str)s` hours.
|
||||
1. Registration and activation connections are valid for `%(signConfig.signUpActiveTokenExpires_str)s` hours.
|
||||
1. The current system only supports email addresses that contain the following domain names to be invited or registere:
|
||||
```
|
||||
%(signConfig.emailAllowable[0])s
|
||||
%(signConfig.emailAllowable[1])s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
|
||||
@@ -15,6 +15,11 @@
|
||||
|
||||
1. 当您收到邀请邮件时,您可以通过邮件中的注册连接地址完成注册,然后通过帐户激活邮件中的地址激活您的帐户,邀请邮件的有效期为 `%(inviteConfig.expires_str)s` 小时。
|
||||
1. 注册连接与激活连接的有效期为 `%(signConfig.signUpActiveTokenExpires_str)s` 小时。
|
||||
1. 当前系统仅支持包含下例域名的邮箱地址被邀请或注册:
|
||||
```
|
||||
%(signConfig.emailAllowable[0])s
|
||||
%(signConfig.emailAllowable[1])s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
|
||||
Reference in New Issue
Block a user