From f9db3e586649fc3c47ea94d446a8387f73568c5b Mon Sep 17 00:00:00 2001 From: Rafi Date: Wed, 15 Mar 2023 11:23:35 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ docs/zh/README.md | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index e65e734..3989b03 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,14 @@ A ChatGPT web client that supports multiple users, multiple database connections for persistent data storage, supports i18n. Provides Docker images and quick deployment scripts. ## 📢Updates +
+2023-03-15 + +Add "open_registration" setting option in the admin panel to control whether user registration is enabled. You can log in to the admin panel and find this setting option under `Chat->Setting`. The default value of this setting is `True` (allow user registration). If you do not need it, please change it to `False`. + + +
+
2023-03-10 diff --git a/docs/zh/README.md b/docs/zh/README.md index 3f3bde1..450366d 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -9,6 +9,13 @@ ChatGPT Web 客户端,支持多用户,支持 Mysql、PostgreSQL 等多种数据库连接进行数据持久化存储,支持多语言。提供 Docker 镜像和快速部署脚本。 ## 📢 更新 +
+2023-03-15 + +在管理后台增加 `open_registration` 设置项,用于控制是否开放用户注册。你可以登录管理后台,在 `Chat->Setting` 中看到这个设置项,默认是 `True` (允许用户注册),如果不需要,请改成 `False`。 + +
+
2023-03-10