🔥 Remove USERS_OPEN_REGISTRATION
config, make registration enabled by default (#1274)
This commit is contained in:
@@ -133,7 +133,6 @@ You can set several variables, like:
|
||||
* `SECRET_KEY`: The secret key for the FastAPI project, used to sign tokens.
|
||||
* `FIRST_SUPERUSER`: The email of the first superuser, this superuser will be the one that can create new users.
|
||||
* `FIRST_SUPERUSER_PASSWORD`: The password of the first superuser.
|
||||
* `USERS_OPEN_REGISTRATION`: Whether to allow open registration of new users.
|
||||
* `SMTP_HOST`: The SMTP server host to send emails, this would come from your email provider (E.g. Mailgun, Sparkpost, Sendgrid, etc).
|
||||
* `SMTP_USER`: The SMTP server user to send emails.
|
||||
* `SMTP_PASSWORD`: The SMTP server password to send emails.
|
||||
|
Reference in New Issue
Block a user