-
Hi! I thought the parameter would turn this off. Is this possible? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Could be a bug. I’ll have a look when I get a chance. Can you try not setting the variable as it should default to false. |
Beta Was this translation helpful? Give feedback.
-
Answer: Expected behaviour (also check docs) lukevella:
Yes, tested: Nothing changed. The app still asks for my email address: My SECRET_PASSWORD=
NEXT_PUBLIC_BASE_URL=https://
SUPPORT_EMAIL=
SMTP_HOST=in-v3.mailjet.com
SMTP_PORT=465
SMTP_SECURE=true
SMTP_USER=
SMTP_PWD=
DISABLE_LANDING_PAGE=true
#AUTH_REQUIRED=false After I enter any address I can use the app without verification (which is good in this case). If I want to turn on notifications, I need to enter my address again, though. Imho it should be already stored: |
Beta Was this translation helpful? Give feedback.
Answer: Expected behaviour (also check docs)
lukevella:
Yes, tested: Nothing changed. The app still asks for my email address:
My
config.env
:After I enter any address I can use the app without verification (which is good in this case).
If I want …