n8n 1.110.1 → 1.112.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/auth/auth.service.js +2 -0
  2. package/dist/auth/auth.service.js.map +1 -1
  3. package/dist/build.tsbuildinfo +1 -1
  4. package/dist/commands/start.d.ts +1 -0
  5. package/dist/commands/start.js +17 -0
  6. package/dist/commands/start.js.map +1 -1
  7. package/dist/constants.d.ts +2 -0
  8. package/dist/constants.js +3 -1
  9. package/dist/constants.js.map +1 -1
  10. package/dist/controllers/dynamic-node-parameters.controller.js +6 -16
  11. package/dist/controllers/dynamic-node-parameters.controller.js.map +1 -1
  12. package/dist/controllers/e2e.controller.js +1 -0
  13. package/dist/controllers/e2e.controller.js.map +1 -1
  14. package/dist/controllers/folder.controller.d.ts +7 -2
  15. package/dist/controllers/folder.controller.js +24 -3
  16. package/dist/controllers/folder.controller.js.map +1 -1
  17. package/dist/controllers/role.controller.d.ts +5 -4
  18. package/dist/controllers/role.controller.js +21 -15
  19. package/dist/controllers/role.controller.js.map +1 -1
  20. package/dist/environments.ee/source-control/source-control.service.ee.js +2 -5
  21. package/dist/environments.ee/source-control/source-control.service.ee.js.map +1 -1
  22. package/dist/events/maps/relay.event-map.d.ts +4 -0
  23. package/dist/execution-lifecycle/execution-lifecycle-hooks.js +8 -1
  24. package/dist/execution-lifecycle/execution-lifecycle-hooks.js.map +1 -1
  25. package/dist/executions/execution-recovery.service.js +2 -1
  26. package/dist/executions/execution-recovery.service.js.map +1 -1
  27. package/dist/executions/execution.service.d.ts +2 -2
  28. package/dist/executions/execution.service.js +14 -1
  29. package/dist/executions/execution.service.js.map +1 -1
  30. package/dist/executions/execution.types.d.ts +2 -5
  31. package/dist/executions/executions.controller.d.ts +2 -2
  32. package/dist/middlewares/list-query/dtos/workflow.filter.dto.d.ts +1 -0
  33. package/dist/middlewares/list-query/dtos/workflow.filter.dto.js +6 -0
  34. package/dist/middlewares/list-query/dtos/workflow.filter.dto.js.map +1 -1
  35. package/dist/modules/community-packages/npm-utils.js +10 -0
  36. package/dist/modules/community-packages/npm-utils.js.map +1 -1
  37. package/dist/modules/data-table/data-store-aggregate.controller.d.ts +7 -1
  38. package/dist/modules/data-table/data-store-aggregate.controller.js +15 -2
  39. package/dist/modules/data-table/data-store-aggregate.controller.js.map +1 -1
  40. package/dist/modules/data-table/data-store-column.repository.js +1 -1
  41. package/dist/modules/data-table/data-store-column.repository.js.map +1 -1
  42. package/dist/modules/data-table/data-store-proxy.service.d.ts +3 -3
  43. package/dist/modules/data-table/data-store-proxy.service.js +13 -13
  44. package/dist/modules/data-table/data-store-proxy.service.js.map +1 -1
  45. package/dist/modules/data-table/data-store-rows.repository.d.ts +13 -20
  46. package/dist/modules/data-table/data-store-rows.repository.js +144 -125
  47. package/dist/modules/data-table/data-store-rows.repository.js.map +1 -1
  48. package/dist/modules/data-table/data-store-size-validator.service.d.ts +16 -0
  49. package/dist/modules/data-table/data-store-size-validator.service.js +79 -0
  50. package/dist/modules/data-table/data-store-size-validator.service.js.map +1 -0
  51. package/dist/modules/data-table/data-store.controller.d.ts +9 -9
  52. package/dist/modules/data-table/data-store.controller.js +16 -14
  53. package/dist/modules/data-table/data-store.controller.js.map +1 -1
  54. package/dist/modules/data-table/data-store.repository.d.ts +4 -1
  55. package/dist/modules/data-table/data-store.repository.js +47 -5
  56. package/dist/modules/data-table/data-store.repository.js.map +1 -1
  57. package/dist/modules/data-table/data-store.service.d.ts +19 -11
  58. package/dist/modules/data-table/data-store.service.js +102 -73
  59. package/dist/modules/data-table/data-store.service.js.map +1 -1
  60. package/dist/modules/data-table/data-store.types.d.ts +2 -0
  61. package/dist/modules/data-table/data-store.types.js +7 -0
  62. package/dist/modules/data-table/data-store.types.js.map +1 -1
  63. package/dist/modules/data-table/data-table.module.js +1 -1
  64. package/dist/modules/data-table/utils/sql-utils.d.ts +2 -5
  65. package/dist/modules/data-table/utils/sql-utils.js +7 -17
  66. package/dist/modules/data-table/utils/sql-utils.js.map +1 -1
  67. package/dist/public-api/types.d.ts +5 -0
  68. package/dist/public-api/v1/handlers/executions/executions.handler.d.ts +1 -0
  69. package/dist/public-api/v1/handlers/executions/executions.handler.js +34 -1
  70. package/dist/public-api/v1/handlers/executions/executions.handler.js.map +1 -1
  71. package/dist/public-api/v1/openapi.yml +60 -7
  72. package/dist/push/abstract.push.d.ts +2 -2
  73. package/dist/push/abstract.push.js +4 -4
  74. package/dist/push/abstract.push.js.map +1 -1
  75. package/dist/push/index.d.ts +3 -2
  76. package/dist/push/index.js +30 -26
  77. package/dist/push/index.js.map +1 -1
  78. package/dist/push/origin-validator.d.ts +13 -0
  79. package/dist/push/origin-validator.js +145 -0
  80. package/dist/push/origin-validator.js.map +1 -0
  81. package/dist/push/websocket.push.d.ts +1 -1
  82. package/dist/push/websocket.push.js +2 -2
  83. package/dist/push/websocket.push.js.map +1 -1
  84. package/dist/scaling/constants.d.ts +2 -2
  85. package/dist/scaling/pubsub/pubsub.event-map.d.ts +2 -0
  86. package/dist/scaling/pubsub/pubsub.registry.d.ts +1 -0
  87. package/dist/scaling/pubsub/pubsub.registry.js +9 -2
  88. package/dist/scaling/pubsub/pubsub.registry.js.map +1 -1
  89. package/dist/scaling/pubsub/pubsub.types.d.ts +2 -1
  90. package/dist/scaling/scaling.service.d.ts +1 -1
  91. package/dist/scaling/scaling.service.js +0 -4
  92. package/dist/scaling/scaling.service.js.map +1 -1
  93. package/dist/server.js +22 -23
  94. package/dist/server.js.map +1 -1
  95. package/dist/services/dynamic-node-parameters.service.d.ts +7 -1
  96. package/dist/services/dynamic-node-parameters.service.js +15 -2
  97. package/dist/services/dynamic-node-parameters.service.js.map +1 -1
  98. package/dist/services/frontend.service.js +5 -0
  99. package/dist/services/frontend.service.js.map +1 -1
  100. package/dist/services/ownership.service.d.ts +1 -0
  101. package/dist/services/ownership.service.js +6 -0
  102. package/dist/services/ownership.service.js.map +1 -1
  103. package/dist/services/public-api-key.service.js +2 -0
  104. package/dist/services/public-api-key.service.js.map +1 -1
  105. package/dist/services/role.service.d.ts +2 -2
  106. package/dist/services/role.service.js +3 -3
  107. package/dist/services/role.service.js.map +1 -1
  108. package/dist/sso.ee/oidc/oidc.service.ee.d.ts +25 -4
  109. package/dist/sso.ee/oidc/oidc.service.ee.js +167 -22
  110. package/dist/sso.ee/oidc/oidc.service.ee.js.map +1 -1
  111. package/dist/sso.ee/oidc/routes/oidc.controller.ee.d.ts +6 -2
  112. package/dist/sso.ee/oidc/routes/oidc.controller.ee.js +41 -7
  113. package/dist/sso.ee/oidc/routes/oidc.controller.ee.js.map +1 -1
  114. package/dist/sso.ee/sso-helpers.d.ts +1 -0
  115. package/dist/sso.ee/sso-helpers.js +19 -0
  116. package/dist/sso.ee/sso-helpers.js.map +1 -1
  117. package/dist/task-runners/errors/missing-requirements.error.d.ts +6 -0
  118. package/dist/task-runners/errors/missing-requirements.error.js +17 -0
  119. package/dist/task-runners/errors/missing-requirements.error.js.map +1 -0
  120. package/dist/task-runners/internal-task-runner-disconnect-analyzer.d.ts +2 -2
  121. package/dist/task-runners/internal-task-runner-disconnect-analyzer.js +2 -2
  122. package/dist/task-runners/internal-task-runner-disconnect-analyzer.js.map +1 -1
  123. package/dist/task-runners/task-runner-module.d.ts +5 -3
  124. package/dist/task-runners/task-runner-module.js +25 -13
  125. package/dist/task-runners/task-runner-module.js.map +1 -1
  126. package/dist/task-runners/task-runner-process-base.d.ts +39 -0
  127. package/dist/task-runners/task-runner-process-base.js +111 -0
  128. package/dist/task-runners/task-runner-process-base.js.map +1 -0
  129. package/dist/task-runners/task-runner-process-js.d.ts +21 -0
  130. package/dist/task-runners/{task-runner-process.js → task-runner-process-js.js} +35 -108
  131. package/dist/task-runners/task-runner-process-js.js.map +1 -0
  132. package/dist/task-runners/task-runner-process-py.d.ts +15 -0
  133. package/dist/task-runners/task-runner-process-py.js +76 -0
  134. package/dist/task-runners/task-runner-process-py.js.map +1 -0
  135. package/dist/task-runners/task-runner-process-restart-loop-detector.d.ts +2 -2
  136. package/dist/task-runners/task-runner-process-restart-loop-detector.js.map +1 -1
  137. package/dist/user-management/email/templates/credentials-shared.handlebars +48 -40
  138. package/dist/user-management/email/templates/n8n-logo.png +0 -0
  139. package/dist/user-management/email/templates/password-reset-requested.handlebars +68 -60
  140. package/dist/user-management/email/templates/project-shared.handlebars +43 -35
  141. package/dist/user-management/email/templates/user-invited.handlebars +48 -40
  142. package/dist/user-management/email/templates/workflow-shared.handlebars +48 -40
  143. package/dist/workflows/workflow.request.d.ts +1 -0
  144. package/dist/workflows/workflow.service.ee.js +1 -0
  145. package/dist/workflows/workflow.service.ee.js.map +1 -1
  146. package/package.json +24 -18
  147. package/dist/task-runners/task-runner-process.d.ts +0 -36
  148. package/dist/task-runners/task-runner-process.js.map +0 -1
@@ -58,9 +58,9 @@
58
58
  </style>
59
59
  <![endif]-->
60
60
  <!--[if !mso]><!-->
61
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
61
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" type="text/css">
62
62
  <style type="text/css">
63
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
63
+ @import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
64
64
 
65
65
  </style>
66
66
  <!--<![endif]-->
@@ -94,21 +94,37 @@
94
94
  </style>
95
95
  </head>
96
96
 
97
- <body style="word-spacing:normal;background-color:#fbfcfe;">
98
- <div style="background-color:#fbfcfe;" lang="und" dir="auto">
97
+ <body style="word-spacing:normal;">
98
+ <div style="" lang="und" dir="auto">
99
99
  <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
100
  <div style="margin:0px auto;max-width:600px;">
101
101
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
102
  <tbody>
103
103
  <tr>
104
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
106
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
108
108
  <tbody>
109
109
  <tr>
110
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
- <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">A credential has been shared with you</div>
110
+ <td style="vertical-align:top;padding-left:15px;">
111
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="" width="100%">
112
+ <tbody>
113
+ <tr>
114
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
115
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
116
+ <tbody>
117
+ <tr>
118
+ <td style="width:125px;">
119
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="125" height="auto" />
120
+ </td>
121
+ </tr>
122
+ </tbody>
123
+ </table>
124
+ </td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
112
128
  </td>
113
129
  </tr>
114
130
  </tbody>
@@ -120,37 +136,19 @@
120
136
  </tbody>
121
137
  </table>
122
138
  </div>
123
- <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
- <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
- <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
139
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
140
+ <div style="margin:0px auto;max-width:600px;">
141
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
126
142
  <tbody>
127
143
  <tr>
128
- <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
144
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
145
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
130
146
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
147
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
148
  <tbody>
133
149
  <tr>
134
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
- <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;"><b>"{{ credentialsName }}"</b> credential has been shared with you.</div>
136
- </td>
137
- </tr>
138
- <tr>
139
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
140
- <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">To access it, please click the button below.</div>
141
- </td>
142
- </tr>
143
- <tr>
144
- <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
145
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
146
- <tbody>
147
- <tr>
148
- <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
149
- <a href="{{credentialsListUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> Open credential </a>
150
- </td>
151
- </tr>
152
- </tbody>
153
- </table>
150
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
151
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:left;color:#444444;">A credential has been shared with you</div>
154
152
  </td>
155
153
  </tr>
156
154
  </tbody>
@@ -167,18 +165,28 @@
167
165
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
168
166
  <tbody>
169
167
  <tr>
170
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
171
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
168
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
169
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
172
170
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
173
171
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
174
172
  <tbody>
175
173
  <tr>
176
- <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
177
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
174
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
175
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;"><b>"{{ credentialsName }}"</b> credential has been shared with you.</div>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
180
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;">To access it, please click the button below.</div>
181
+ </td>
182
+ </tr>
183
+ <tr>
184
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
185
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
178
186
  <tbody>
179
187
  <tr>
180
- <td style="width:70px;">
181
- <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
188
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:5px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
189
+ <a href="{{credentialsListUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:5px;" target="_blank"> Open credential </a>
182
190
  </td>
183
191
  </tr>
184
192
  </tbody>
@@ -58,9 +58,9 @@
58
58
  </style>
59
59
  <![endif]-->
60
60
  <!--[if !mso]><!-->
61
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
61
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" type="text/css">
62
62
  <style type="text/css">
63
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
63
+ @import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
64
64
 
65
65
  </style>
66
66
  <!--<![endif]-->
@@ -94,21 +94,37 @@
94
94
  </style>
95
95
  </head>
96
96
 
97
- <body style="word-spacing:normal;background-color:#fbfcfe;">
98
- <div style="background-color:#fbfcfe;" lang="und" dir="auto">
97
+ <body style="word-spacing:normal;">
98
+ <div style="" lang="und" dir="auto">
99
99
  <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
100
  <div style="margin:0px auto;max-width:600px;">
101
101
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
102
  <tbody>
103
103
  <tr>
104
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
106
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
108
108
  <tbody>
109
109
  <tr>
110
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
- <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">Reset your n8n password</div>
110
+ <td style="vertical-align:top;padding-left:15px;">
111
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="" width="100%">
112
+ <tbody>
113
+ <tr>
114
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
115
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
116
+ <tbody>
117
+ <tr>
118
+ <td style="width:125px;">
119
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="125" height="auto" />
120
+ </td>
121
+ </tr>
122
+ </tbody>
123
+ </table>
124
+ </td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
112
128
  </td>
113
129
  </tr>
114
130
  </tbody>
@@ -120,47 +136,19 @@
120
136
  </tbody>
121
137
  </table>
122
138
  </div>
123
- <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
- <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
- <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
139
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
140
+ <div style="margin:0px auto;max-width:600px;">
141
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
126
142
  <tbody>
127
143
  <tr>
128
- <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
144
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
145
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
130
146
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
147
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
148
  <tbody>
133
149
  <tr>
134
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
- <div style="font-family:Open Sans, sans-serif;font-size:20px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Hi {{firstName}},</div>
136
- </td>
137
- </tr>
138
- <tr>
139
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
140
- <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Somebody asked to reset your password on n8n at <b>{{domain}}</b> .</div>
141
- </td>
142
- </tr>
143
- <tr>
144
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
145
- <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">Click the following link to choose a new password.</div>
146
- </td>
147
- </tr>
148
- <tr>
149
- <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
150
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
151
- <tbody>
152
- <tr>
153
- <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
154
- <a href="{{passwordResetUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> Set a new password </a>
155
- </td>
156
- </tr>
157
- </tbody>
158
- </table>
159
- </td>
160
- </tr>
161
- <tr>
162
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
163
- <div style="font-family:Open Sans, sans-serif;font-size:14px;font-weight:400;line-height:24px;text-align:center;color:#444444;">The link is only valid for 20 minutes since this email was sent.</div>
150
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
151
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:left;color:#444444;">Reset your n8n password</div>
164
152
  </td>
165
153
  </tr>
166
154
  </tbody>
@@ -177,14 +165,42 @@
177
165
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
178
166
  <tbody>
179
167
  <tr>
180
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
181
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
168
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
169
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
182
170
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
183
171
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
184
172
  <tbody>
185
173
  <tr>
186
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
187
- <div style="font-family:Open Sans, sans-serif;font-size:12px;font-weight:400;line-height:24px;text-align:center;color:#777777;">If you did not request this email, you can safely ignore this. <br /> Your password will not be changed.</div>
174
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
175
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:20px;font-weight:400;line-height:24px;text-align:left;color:#444444;">Hi {{firstName}},</div>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
180
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;">Somebody asked to reset your password on n8n at <b>{{domain}}</b> .</div>
181
+ </td>
182
+ </tr>
183
+ <tr>
184
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
185
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;">Click the following link to choose a new password.</div>
186
+ </td>
187
+ </tr>
188
+ <tr>
189
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
190
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
191
+ <tbody>
192
+ <tr>
193
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:5px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
194
+ <a href="{{passwordResetUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:5px;" target="_blank"> Set a new password </a>
195
+ </td>
196
+ </tr>
197
+ </tbody>
198
+ </table>
199
+ </td>
200
+ </tr>
201
+ <tr>
202
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
203
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:14px;font-weight:400;line-height:24px;text-align:left;color:#444444;">The link is only valid for 20 minutes since this email was sent.</div>
188
204
  </td>
189
205
  </tr>
190
206
  </tbody>
@@ -201,22 +217,14 @@
201
217
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
202
218
  <tbody>
203
219
  <tr>
204
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
205
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
220
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
221
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
206
222
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
207
223
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
208
224
  <tbody>
209
225
  <tr>
210
- <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
211
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
212
- <tbody>
213
- <tr>
214
- <td style="width:70px;">
215
- <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
216
- </td>
217
- </tr>
218
- </tbody>
219
- </table>
226
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
227
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;">If you did not request this email, you can safely ignore this. <br /> Your password will not be changed.</div>
220
228
  </td>
221
229
  </tr>
222
230
  </tbody>
@@ -58,9 +58,9 @@
58
58
  </style>
59
59
  <![endif]-->
60
60
  <!--[if !mso]><!-->
61
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700" rel="stylesheet" type="text/css">
61
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" type="text/css">
62
62
  <style type="text/css">
63
- @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700);
63
+ @import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);
64
64
 
65
65
  </style>
66
66
  <!--<![endif]-->
@@ -94,21 +94,37 @@
94
94
  </style>
95
95
  </head>
96
96
 
97
- <body style="word-spacing:normal;background-color:#fbfcfe;">
98
- <div style="background-color:#fbfcfe;" lang="und" dir="auto">
97
+ <body style="word-spacing:normal;">
98
+ <div style="" lang="und" dir="auto">
99
99
  <!--[if mso | IE]><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
100
100
  <div style="margin:0px auto;max-width:600px;">
101
101
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
102
102
  <tbody>
103
103
  <tr>
104
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
105
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
104
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
105
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
106
106
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
107
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
107
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" width="100%">
108
108
  <tbody>
109
109
  <tr>
110
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
111
- <div style="font-family:Open Sans, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:center;color:#ff6f5c;">You have been added to the {{ projectName }} project as {{ role }}</div>
110
+ <td style="vertical-align:top;padding-left:15px;">
111
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="" width="100%">
112
+ <tbody>
113
+ <tr>
114
+ <td align="left" style="font-size:0px;padding:0;word-break:break-word;">
115
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
116
+ <tbody>
117
+ <tr>
118
+ <td style="width:125px;">
119
+ <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;" width="125" height="auto" />
120
+ </td>
121
+ </tr>
122
+ </tbody>
123
+ </table>
124
+ </td>
125
+ </tr>
126
+ </tbody>
127
+ </table>
112
128
  </td>
113
129
  </tr>
114
130
  </tbody>
@@ -120,32 +136,19 @@
120
136
  </tbody>
121
137
  </table>
122
138
  </div>
123
- <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" bgcolor="#FFFFFF" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
124
- <div style="background:#FFFFFF;background-color:#FFFFFF;margin:0px auto;max-width:600px;">
125
- <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="background:#FFFFFF;background-color:#FFFFFF;width:100%;">
139
+ <!--[if mso | IE]></td></tr></table><table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:600px;" width="600" ><tr><td style="line-height:0px;font-size:0px;mso-line-height-rule:exactly;"><![endif]-->
140
+ <div style="margin:0px auto;max-width:600px;">
141
+ <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
126
142
  <tbody>
127
143
  <tr>
128
- <td style="border:1px solid #ddd;direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
129
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:598px;" ><![endif]-->
144
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
145
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
130
146
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
131
147
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
132
148
  <tbody>
133
149
  <tr>
134
- <td align="center" style="font-size:0px;padding:10px 0 0 0;word-break:break-word;">
135
- <div style="font-family:Open Sans, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:center;color:#444444;">This gives you access to all the workflows and credentials in that project</div>
136
- </td>
137
- </tr>
138
- <tr>
139
- <td align="center" style="font-size:0px;padding:10px 25px;padding-top:20px;word-break:break-word;">
140
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
141
- <tbody>
142
- <tr>
143
- <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:4px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
144
- <a href="{{projectUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Open Sans, sans-serif;font-size:18px;font-weight:600;line-height:24px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:4px;" target="_blank"> View project </a>
145
- </td>
146
- </tr>
147
- </tbody>
148
- </table>
150
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
151
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:24px;font-weight:400;line-height:24px;text-align:left;color:#444444;">You have been added to the {{ projectName }} project as {{ role }}</div>
149
152
  </td>
150
153
  </tr>
151
154
  </tbody>
@@ -162,18 +165,23 @@
162
165
  <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
163
166
  <tbody>
164
167
  <tr>
165
- <td style="direction:ltr;font-size:0px;padding:20px 0px;text-align:center;">
166
- <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td class="" style="vertical-align:top;width:600px;" ><![endif]-->
168
+ <td style="direction:ltr;font-size:0px;padding:20px 0;text-align:center;">
169
+ <!--[if mso | IE]><table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td align="left" class="" style="vertical-align:top;width:600px;" ><![endif]-->
167
170
  <div class="mj-column-per-100 mj-outlook-group-fix" style="font-size:0px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;">
168
171
  <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="vertical-align:top;" width="100%">
169
172
  <tbody>
170
173
  <tr>
171
- <td align="center" style="font-size:0px;padding:10px 25px;word-break:break-word;">
172
- <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:collapse;border-spacing:0px;">
174
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
175
+ <div style="font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:400;line-height:24px;text-align:left;color:#444444;">This gives you access to all the workflows and credentials in that project</div>
176
+ </td>
177
+ </tr>
178
+ <tr>
179
+ <td align="left" style="font-size:0px;padding:10px 25px;word-break:break-word;">
180
+ <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="border-collapse:separate;line-height:100%;">
173
181
  <tbody>
174
182
  <tr>
175
- <td style="width:70px;">
176
- <img alt="" src="cid:n8n-logo" style="border:0;display:block;outline:none;text-decoration:none;height:40px;width:100%;font-size:13px;" width="70" height="40" />
183
+ <td align="center" bgcolor="#ff6f5c" role="presentation" style="border:none;border-radius:5px;cursor:auto;mso-padding-alt:10px 25px;background:#ff6f5c;" valign="middle">
184
+ <a href="{{projectUrl}}" style="display:inline-block;background:#ff6f5c;color:#ffffff;font-family:Inter, Helvetica, Arial, sans-serif;font-size:16px;font-weight:500;line-height:20px;margin:0;text-decoration:none;text-transform:none;padding:10px 25px;mso-padding-alt:0px;border-radius:5px;" target="_blank"> View project </a>
177
185
  </td>
178
186
  </tr>
179
187
  </tbody>