fix(services -> penpot): Fixed onboarding messages not being disabled.
And re-enabled password logging
This commit is contained in:
parent
97486473bc
commit
c522f2aac4
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@
|
|||
"penpot_assets:/opt/data/assets"
|
||||
];
|
||||
environment = {
|
||||
PENPOT_FLAGS = "disable-login-with-password disable-registration enable-login-with-oidc disable-onboarding-newsletter disable-onboarding-questions";
|
||||
PENPOT_FLAGS = "disable-registration enable-login-with-oidc";
|
||||
};
|
||||
dependsOn = [
|
||||
"penpot-backend"
|
||||
|
@ -63,7 +63,7 @@
|
|||
"penpot_assets:/opt/data/assets"
|
||||
];
|
||||
environment = {
|
||||
PENPOT_FLAGS = "disable-login-with-password enable-login-with-oidc enable-oidc-registration enable-smtp";
|
||||
PENPOT_FLAGS = "disable-login-with-password enable-login-with-oidc enable-oidc-registration enable-smtp disable-onboarding-newsletter disable-onboarding-questions";
|
||||
# Auth
|
||||
PENPOT_OIDC_CLIENT_ID = "penpot";
|
||||
PENPOT_OIDC_BASE_URI = "https://auth.gasdev.fr";
|
||||
|
|
Loading…
Reference in a new issue