mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor: Enforce expanded sensitive inputs rules (no-changelog) (#6815)
* refactor: Enforce expanded sensitive inputs rules (no-changelog) * refactor: Add extra exemption * fix: Add setting to `sessionToken` fields * fix: Restore for `hidden` fields * fix: More edge case exemptions * fix: One more
This commit is contained in:
@@ -184,6 +184,7 @@ export const userFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'user_password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: "The user's password",
|
||||
},
|
||||
@@ -617,6 +618,7 @@ export const userFields: INodeProperties[] = [
|
||||
displayName: 'Password',
|
||||
name: 'user_password',
|
||||
type: 'string',
|
||||
typeOptions: { password: true },
|
||||
default: '',
|
||||
description: "The user's password",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user