From d08806f0c922c662cf8d59a6a6264ba651b64644 Mon Sep 17 00:00:00 2001 From: Rafi Date: Mon, 20 Mar 2023 22:15:13 +0800 Subject: [PATCH] update readme --- README.md | 1 + docs/zh/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3989b03..fe2590c 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ services: - DJANGO_SUPERUSER_USERNAME=admin # default superuser name - DJANGO_SUPERUSER_PASSWORD=password # default superuser password - DJANGO_SUPERUSER_EMAIL=admin@example.com # default superuser email + - ACCOUNT_EMAIL_VERIFICATION=none # Determines the e-mail verification method during signup – choose one of "none", "optional", or "mandatory". Default is "optional". If you don't need to verify the email, you can set it to "none". # If you want to use the email verification function, you need to configure the following parameters # - EMAIL_HOST=SMTP server address # - EMAIL_PORT=SMTP server port diff --git a/docs/zh/README.md b/docs/zh/README.md index 450366d..424b1f3 100644 --- a/docs/zh/README.md +++ b/docs/zh/README.md @@ -106,6 +106,7 @@ services: - DJANGO_SUPERUSER_USERNAME=admin # 默认超级用户 - DJANGO_SUPERUSER_PASSWORD=password # 默认超级用户的密码 - DJANGO_SUPERUSER_EMAIL=admin@example.com # 默认超级用户邮箱 + - ACCOUNT_EMAIL_VERIFICATION=none # 邮箱验证方式,可选值: none, optional, mandatory. 默认为 optional。如果你不需要验证用户的邮箱,可以设置为 none。 # 如果您想使用电子邮件验证功能,需要配置以下参数: # - EMAIL_HOST=SMTP server address # - EMAIL_PORT=SMTP server port