feat(core): Add LDAP support (#3835)

This commit is contained in:
Ricardo Espinoza
2023-01-24 20:18:39 -05:00
committed by GitHub
parent 259296c5c9
commit 0c70a40317
77 changed files with 3686 additions and 192 deletions

View File

@@ -40,28 +40,16 @@ UserSelect.args = {
firstName: 'Sunny',
lastName: 'Side',
email: 'sunny@n8n.io',
globalRole: {
name: 'owner',
id: '1',
},
},
{
id: '2',
firstName: 'Kobi',
lastName: 'Dog',
email: 'kobi@n8n.io',
globalRole: {
name: 'member',
id: '2',
},
},
{
id: '3',
email: 'invited@n8n.io',
globalRole: {
name: 'member',
id: '2',
},
},
],
placeholder: 'Select user to transfer to',