From 4b7ab97a0122405749e83dc7877bd2dfdb3f4fa7 Mon Sep 17 00:00:00 2001 From: Bianca Nenciu Date: Tue, 30 Oct 2018 21:15:05 +0200 Subject: [PATCH] FIX: Add 'log in via link' to email templates. (#6545) --- app/controllers/admin/email_templates_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/admin/email_templates_controller.rb b/app/controllers/admin/email_templates_controller.rb index 271f3413617..f36fa25a16e 100644 --- a/app/controllers/admin/email_templates_controller.rb +++ b/app/controllers/admin/email_templates_controller.rb @@ -46,6 +46,7 @@ class Admin::EmailTemplatesController < Admin::AdminController "user_notifications.account_created", "user_notifications.admin_login", "user_notifications.confirm_new_email", + "user_notifications.email_login", "user_notifications.forgot_password", "user_notifications.notify_old_email", "user_notifications.set_password",