mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(cli): password reset should trigger internal and external hooks (#4066)
Ticket: N8N-4586
This commit is contained in:
committed by
GitHub
parent
eebc51ec7c
commit
12507d39d6
@@ -101,7 +101,8 @@ export async function initTestServer({
|
||||
if (
|
||||
endpointGroups.includes('credentials') ||
|
||||
endpointGroups.includes('me') ||
|
||||
endpointGroups.includes('users')
|
||||
endpointGroups.includes('users') ||
|
||||
endpointGroups.includes('passwordReset')
|
||||
) {
|
||||
testServer.externalHooks = ExternalHooks();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user