1
0
Fork 0
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:
Rubens Flinco 2022-11-02 12:05:31 -03:00 committed by GitHub
parent 659837675b
commit c684fc5434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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__"