From c684fc543479eb7f8867056841d22eeaf749d92b Mon Sep 17 00:00:00 2001 From: Rubens Flinco Date: Wed, 2 Nov 2022 12:05:31 -0300 Subject: [PATCH] .env N8N_BASIC_AUTH_ACTIVE=false I believe it's best to disable this authentication since n8n has a registration system outside that YunoHost itself already has the user system, this option confuses people more and generates several reports both on the forum and on github. --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index ae10826..7fa8584 100644 --- a/conf/.env +++ b/conf/.env @@ -2,7 +2,7 @@ N8N_USER_FOLDER=__DATADIR__ # Authentication - IMPORTANT ALWAYS CHANGE! -N8N_BASIC_AUTH_ACTIVE=true +N8N_BASIC_AUTH_ACTIVE=false N8N_BASIC_AUTH_USER=__ADMIN__ N8N_BASIC_AUTH_PASSWORD="__PASSWORD__"