refactor: Add deprecation notice for UM disabled mode (#6367)

This commit is contained in:
Iván Ovejero
2023-06-02 13:26:12 +02:00
committed by GitHub
parent 6ddf16128b
commit 85500d76fb
2 changed files with 7 additions and 1 deletions

View File

@@ -729,7 +729,7 @@ export const schema = {
userManagement: {
disabled: {
doc: 'Disable user management and hide it completely.',
doc: '[DEPRECATED] Disable user management and hide it completely.',
format: Boolean,
default: false,
env: 'N8N_USER_MANAGEMENT_DISABLED',