mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(core): Add LDAP support (#3835)
This commit is contained in:
@@ -72,7 +72,7 @@ export class UserManagementMailer {
|
||||
}
|
||||
|
||||
async passwordReset(passwordResetData: PasswordResetData): Promise<SendEmailResult> {
|
||||
const template = await getTemplate('passwordReset');
|
||||
const template = await getTemplate('passwordReset', 'passwordReset.html');
|
||||
const result = await this.mailer?.sendMail({
|
||||
emailRecipients: passwordResetData.email,
|
||||
subject: 'n8n password reset',
|
||||
|
||||
Reference in New Issue
Block a user