From 2da406e12aef71b8d5f7abe9906d8051b9ea6661 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 May 2016 08:27:24 +0000 Subject: Adds a specific string for password changed notification (#21421). git-svn-id: http://svn.redmine.org/redmine/trunk@15399 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/models/mailer.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/models') diff --git a/app/models/mailer.rb b/app/models/mailer.rb index dba3107ed..79f3229e7 100644 --- a/app/models/mailer.rb +++ b/app/models/mailer.rb @@ -313,8 +313,7 @@ class Mailer < ActionMailer::Base # Notifies user that his password was updated def self.password_updated(user) Mailer.security_notification(user, - message: :mail_body_security_notification_change, - field: :field_password, + message: :mail_body_password_updated, title: :button_change_password, url: {controller: 'my', action: 'password'} ).deliver -- cgit v1.2.3