Add new device email when user logs in

This commit is contained in:
vpl
2019-07-22 08:26:24 +02:00
parent 05a1137828
commit bc6a53b847
5 changed files with 202 additions and 2 deletions

View File

@@ -526,6 +526,7 @@ fn load_templates(path: &str) -> Handlebars {
// First register default templates here
reg!("email/invite_accepted", ".html");
reg!("email/invite_confirmed", ".html");
reg!("email/new_device_logged_in", ".html");
reg!("email/pw_hint_none", ".html");
reg!("email/pw_hint_some", ".html");
reg!("email/send_org_invite", ".html");