From 0585aa9ab710da3e685eca7d371f06b7ef96dde7 Mon Sep 17 00:00:00 2001 From: kingmo888 <17401091+kingmo888@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:49:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=BB=98=E8=AE=A4=E5=8F=AF?= =?UTF-8?q?=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rustdesk_server_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustdesk_server_api/settings.py b/rustdesk_server_api/settings.py index 42ed0fc..a55e94f 100644 --- a/rustdesk_server_api/settings.py +++ b/rustdesk_server_api/settings.py @@ -32,7 +32,7 @@ DEFAULT_AUTO_FIELD = 'django.db.models.AutoField' ALLOWED_HOSTS = ["*"] AUTH_USER_MODEL = 'api.UserProfile' #AppName.自定义user -ALLOW_REGISTRATION = False # 是否允许注册, True为允许,False为不允许 +ALLOW_REGISTRATION = True # 是否允许注册, True为允许,False为不允许 # Application definition