Add Sign Up and make OPEN_USER_REGISTRATION=True by default (#1265)

This commit is contained in:
Alejandra
2024-07-22 19:40:56 -05:00
committed by GitHub
parent 7a9920ac7b
commit c147a95563
5 changed files with 213 additions and 8 deletions

2
.env
View File

@@ -13,7 +13,7 @@ BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,h
SECRET_KEY=changethis
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=changethis
USERS_OPEN_REGISTRATION=False
USERS_OPEN_REGISTRATION=True
# Emails
SMTP_HOST=