📧 feat: disable login (ALLOW_EMAIL_LOGIN) (#1282)

* added ALLOW_EMAIL_LOGIN

* update .env.example

* fix(config) email login true by default

* Update dotenv.md
This commit is contained in:
Marco Beretta 2023-12-06 13:08:49 +01:00 committed by GitHub
parent 1706886a64
commit fdb65366d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 3 deletions

View file

@ -178,6 +178,7 @@ export type TStartupConfig = {
openidImageUrl: string;
discordLoginEnabled: boolean;
serverDomain: string;
emailLoginEnabled: boolean;
registrationEnabled: boolean;
socialLoginEnabled: boolean;
emailEnabled: boolean;