🔧(homepage) let people use a simple login button instead of proconnect

This is done to have people self-hosting meet be able to show a simple
"login" button instead of having the ProConnect branding
This commit is contained in:
Emmanuel Pelletier
2025-06-03 12:48:42 +02:00
committed by aleb_the_flash
parent 15330ad4e1
commit bbd700270f
8 changed files with 32 additions and 4 deletions

View File

@@ -282,6 +282,7 @@ These are the environmental options available on meet backend.
| FRONTEND_IS_SILENT_LOGIN_ENABLED | Enable silent login feature | true |
| FRONTEND_FEEDBACK | Frontend feedback configuration | {} |
| FRONTEND_USE_FRENCH_GOV_FOOTER | Show the French government footer in the homepage | false |
| FRONTEND_USE_PROCONNECT_BUTTON | Show a "Login with ProConnect" button in the homepage instead of a "Login" button | false |
| DJANGO_EMAIL_BACKEND | Email backend library | django.core.mail.backends.smtp.EmailBackend |
| DJANGO_EMAIL_HOST | Host of the email server | |
| DJANGO_EMAIL_HOST_USER | User to connect to the email server | |