Add email message for twofactor email codes

This commit is contained in:
vpl
2019-08-03 08:07:14 +02:00
parent 8be2ed6255
commit 0b60f20eb3
4 changed files with 152 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ fn load_templates(path: &str) -> Handlebars {
reg!("email/pw_hint_none", ".html");
reg!("email/pw_hint_some", ".html");
reg!("email/send_org_invite", ".html");
reg!("email/twofactor_email", ".html");
reg!("admin/base");
reg!("admin/login");