Skip to content

Commit b27f78d

Browse files
authored
feat: add default verification code information for registration (#296)
1 parent c09b0a4 commit b27f78d

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/guides/gettingStarted/quickTestServer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ sidebar_position: 9
2121

2222
![PC Web Interface](./assets/pc-web.png)
2323

24+
如果需要在 PC Web 上注册账号,默认配置下可直接使用验证码 `666666`
25+
26+
> 该值来自 `chat/config/chat-rpc-chat.yml` 中的 `verifyCode.superCode`;默认 `phone.use``mail.use` 也都是 `superCode`。如果你已经修改过配置,请以实际部署值为准。
27+
2428
## 📌 四、服务进程验证
2529

2630
确认 OpenIMServer 与 ChatServer 进程状态正常。

i18n/en/docusaurus-plugin-content-docs-guides/current/gettingStarted/quickTestServer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Enter `http://your_server_ip:11001` in your browser to access PC Web. `your_serv
2121

2222
![PC Web Interface](./assets/pc-web.png)
2323

24+
If you need to register an account on PC Web, the default verification code is `666666`.
25+
26+
> This value comes from `verifyCode.superCode` in `chat/config/chat-rpc-chat.yml`. By default, both `phone.use` and `mail.use` are also set to `superCode`. If you have changed the configuration, use the actual deployed value.
27+
2428
## 📌 4. Service Process Verification
2529

2630
Confirm that OpenIMServer and ChatServer are running normally.

0 commit comments

Comments
 (0)