mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-06-25 02:10:09 +02:00
feat(templates): user account template
This commit is contained in:
@@ -1,7 +1,42 @@
|
||||
## This is the `USER ACCOUNT RULES` of %(appConfig.name)s
|
||||
### :orange_book: User Account Rules Detail - %(appConfig.name)s
|
||||
---
|
||||
**%(appConfig.name)s** is a private platform for free sharing of resources. It is not easy to obtain our account, so you should be familiar with our account rules as much as possible. If you violate the rules of the site, your account may be banned and may be affecting your inviter, once the account is banned, becomes very difficult to join again and cherish your account.
|
||||
|
||||
The rules content is read from template file, it is support `markdown` style.
|
||||
 
|
||||
|
||||
If you want to change these rules, please modify the .md file at `modules/about/client/templates/user-account-rules-xx.md`.
|
||||
#### :white_small_square: Sign up
|
||||
1. Under normal circumstances, users outside the station are not provided with public registration channels. Therefore, if you want to join us, you only have to adopt the following methods:
|
||||
* The site may open public registration restrictions for a short period of time or in certain special periods. You can take advantage of the opportunity to quickly register to join. curr open signup status is:
|
||||
```javascript
|
||||
sign.openSignup = %(signConfig.openSignup)s
|
||||
```
|
||||
* By donating to the site, the site sends you an official invitation, and then registers and joins as a VIP user.,[Donate at here](/vip/rules)。
|
||||
* When the invitation is not restricted, you can send an invitation letter to your friends and then register to join.。
|
||||
|
||||
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.
|
||||
|
||||
The `xx` is the language flag, like `zh`,`en` etc.
|
||||
 
|
||||
|
||||
#### :white_small_square: Use account
|
||||
|
||||
1. If you forget your account password, you can recover your password by registering email, but `%(passwordConfig.resetTimeInterval_str)s` can only be recovered once in s hours, and the recovery email is valid for `%(passwordConfig.resetTokenExpires_str)s` hours.
|
||||
1. If your account exceeds `%(signConfig.accountIdleForTime_str)s` days without signing in to the site,** we will not delete or block your account, but the account status will change to `idle`**, the idle accounts can log in, but You cannot upload or download any resources. If you need to reactivate your account, you must use the `%(signConfig.activeIdleAccountScore).2f` scores.
|
||||
1. The system has a requirement of sharing rate for all downloading behaviors, but does not check the sharing rate for users who have newly registered `%(announceConfig.downloadCheck.checkAfterSignupDays)d` days, so the new user should be as much as possible during this time. Improve your own share.
|
||||
1. If your account has too many H&R warnings, you will not be able to upload and download any resources. Please refer to [H&R rules detail](/about/manual/hnrRules)。
|
||||
1. Please comply with the relevant provisions of the resource area, forums, chat rooms and other places, or your account may be banned.
|
||||
1. Please protect your <mark>passkey</mark> and if it is disclosed, your account may be banned.
|
||||
1. %(appConfig.name)s is forbidden to share the account. If abnormal login ip or abnormal usage behavior is detected, your account may be banned.
|
||||
1. If your account is banned, this may result in the ban of your inviter's account,The current related ban is set to:
|
||||
```javascript
|
||||
invite.banUserInviter = %(inviteConfig.banUserInviter)s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### :white_small_square: Account examination
|
||||
|
||||
1. %(appConfig.name)s in order to maintain a high-quality user group, it may be possible to hold an incremental examination of the all users at a specific time. Prior to the examination, the station will send a notification of the message and highlight it at the top of the website's home page.
|
||||
1. VIP users, management users, and days of registration date '%(announceConfig.downloadCheck.checkAfterSignupDays)' do not participate in the examination.
|
||||
1. During the examination period, your examination progress will be highlighted at the top of the homepage of the website. Users who do not participate in the examination will not be able to see relevant examination information.
|
||||
1. After the examination is completed, the system will automatically ban the accounts that have not been completed.
|
||||
@@ -1,7 +1,42 @@
|
||||
## 这是 `USER ACCOUNT RULES` 用户帐号规则文档
|
||||
### :orange_book: 用户帐号细则 - %(appConfig.name)s
|
||||
---
|
||||
**%(appConfig.name)s** 是一个自由分享资源的平台,获取我们的帐号并不容易,所以您应该尽可能地熟悉我们的帐号规则,如果您违返了站内规则,您的帐号可能会被禁止而且可能会连累到您的邀请人,一旦帐号被禁止,再次加入就变得异常困难,并珍惜您的帐号。
|
||||
|
||||
这些规则内容是从模板文件读取, 它完全支持 `markdown` 语法风格.
|
||||
 
|
||||
|
||||
如果你想修改规则内容, 请编辑 .md 文件, 它存放于 `modules/about/client/templates/user-account-rules-xx.md`.
|
||||
#### :white_small_square: 注册帐户
|
||||
1. 一般情况下不向站外用户提供公开注册的加入渠道,所以如果您想加入我们,你只有通过以下几种办法:
|
||||
* 站点可能会在某些特殊时期短时间打开公开注册限制,您可以瞅准机会快速注册加入,当前公开注册状态为:
|
||||
```javascript
|
||||
sign.openSignup = %(signConfig.openSignup)s
|
||||
```
|
||||
* 通过向站点捐赠,站点向你发送官方邀请,然后再行注册加入并获得 VIP 用户身份,[点这里开始捐赠](/vip/rules)。
|
||||
* 在邀请限制打开的情况下通过站内的好友向您发送邀请函,然后再行注册加入。
|
||||
|
||||
1. 当您收到邀请邮件时,您可以通过邮件中的注册连接地址完成注册,然后通过帐户激活邮件中的地址激活您的帐户,邀请邮件的有效期为 `%(inviteConfig.expires_str)s` 小时。
|
||||
1. 注册连接与激活连接的有效期为 `%(signConfig.signUpActiveTokenExpires_str)s` 小时。
|
||||
|
||||
`xx` 代表语言标识符, 如 `zh`,`en` 等.
|
||||
 
|
||||
|
||||
#### :white_small_square: 使用帐户
|
||||
|
||||
1. 如果您忘记帐户密码,您可以通过注册邮件恢复密码,但 `%(passwordConfig.resetTimeInterval_str)s` 小时内只能恢复一次,且恢复邮件有效期为 `%(passwordConfig.resetTokenExpires_str)s` 小时。
|
||||
1. 如果您的帐户超过 `%(signConfig.accountIdleForTime_str)s` 天未登录网站,**我们不会删除或禁止您的帐户,但帐户状态会变为 `空闲`**,空闲帐户可以登录浏览,但不能上传下载任何资源,如您需要重新激活您的帐户,您必须使用 `%(signConfig.activeIdleAccountScore).2f` 积分。
|
||||
1. 系统对所有下载行为都有分享率的要求,但对新注册 `%(announceConfig.downloadCheck.checkAfterSignupDays)d` 天内的用户不做下载行为的分享率检查,所以新用户应该在此时间内尽可能的提高自已的分享率。
|
||||
1. 如果帐户的 H&R 黑种警告数过多,您将不能上传下载任何资源,具体请参考 [H&R 黑种细则](/about/manual/hnrRules)。
|
||||
1. 请遵守资源区、论坛、聊天室等场所的相关规定,否则您的帐号可能会被封禁。
|
||||
1. 请保护好您的 <mark>passkey</mark>,如果泄露也可能导致您的帐号被封禁。
|
||||
1. %(appConfig.name)s 严禁将帐号共享使用,如果侦测到登录ip异常或使用行为异常,您的帐号可能会被封禁。
|
||||
1. 如果您的帐号被禁止,这可能会导致您的邀请者帐号也被禁止,目前的连带禁止开关设置为:
|
||||
```javascript
|
||||
invite.banUserInviter = %(inviteConfig.banUserInviter)s
|
||||
```
|
||||
|
||||
 
|
||||
|
||||
#### :white_small_square: 帐户考核
|
||||
|
||||
1. %(appConfig.name)s 为了维持一个高质量的用户群体,可能会在特定的时间举行全站用户增量考核,考核前会发送站内消息通知,并在网站首页上方位置突出显示。
|
||||
1. VIP 用户、管理用户、注册日期 `%(announceConfig.downloadCheck.checkAfterSignupDays)d` 天内的新用户不参与考核。
|
||||
1. 考核期间,您的考核进度会在网站首页上方突出显示,不参与考核的用户看不到相关考核信息。
|
||||
1. 考核结束后,系统会自动对未完成考核的帐户进行封禁。
|
||||
Reference in New Issue
Block a user