You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,4 +87,9 @@ Notifies users when their details have been in a data breach based on the HIBP A
87
87
|`{{previous_breaches_text}}`| The text that is shown before the list of previous breaches |`Your account has also been in previous, older breaches. You can find a complete list below.`| config.json |
88
88
|`{{username}}`| The email of the user that was in the breach |`user@domain.com`| HIBP API |
89
89
|`{{new_breach_rows}}`| The list of new breaches that the user was in |`<tr><td>BreachA</td><td>Link to BreachA</td></tr>`| HIBP API |
90
-
|`{{previous_breaches_rows}}`| The list of previous breaches that the user was in |`<tr><td>BreachA</td><td>Link to BreachA</td></tr>`| HIBP API |
90
+
|`{{previous_breaches_rows}}`| The list of previous breaches that the user was in |`<tr><td>BreachA</td><td>Link to BreachA</td></tr>`| HIBP API |
91
+
92
+
## Default email image
93
+
This is the default image. You can change it by replacing the email_template.html with your own version.
0 commit comments