mirror of
https://github.com/YunoHost-Apps/n8n_ynh.git
synced 2024-09-03 19:55:52 +02:00
.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.
This commit is contained in:
parent
659837675b
commit
c684fc5434
1 changed files with 1 additions and 1 deletions
|
@ -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__"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue