]> source.dussan.org Git - redmine.git/commit
Send an email to the user when an administrator activates a registered user (#2656).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 20 Feb 2009 17:04:47 +0000 (17:04 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 20 Feb 2009 17:04:47 +0000 (17:04 +0000)
commit04c428e059484c77dea3b7931051ba90cef38380
treed9b91181fc473b42d00bf2ea42706aad9c185230
parent24ee6b9a1b16ce6f2e698364bd4099431327244a
Send an email to the user when an administrator activates a registered user (#2656).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2484 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/users_controller.rb
app/models/mailer.rb
app/views/mailer/account_activated.text.html.rhtml [new file with mode: 0644]
app/views/mailer/account_activated.text.plain.rhtml [new file with mode: 0644]
test/functional/users_controller_test.rb