From 38229739b7cee263208d39b2c55b942e4d21c632 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 6 Oct 2015 14:37:10 +0800 Subject: Bug 1196620 - support automatic removal of inactive users from groups --- .../groups/email/idle-member-removal.txt.tmpl | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 template/en/default/admin/groups/email/idle-member-removal.txt.tmpl (limited to 'template/en/default/admin/groups/email/idle-member-removal.txt.tmpl') diff --git a/template/en/default/admin/groups/email/idle-member-removal.txt.tmpl b/template/en/default/admin/groups/email/idle-member-removal.txt.tmpl new file mode 100644 index 000000000..18fc373fc --- /dev/null +++ b/template/en/default/admin/groups/email/idle-member-removal.txt.tmpl @@ -0,0 +1,26 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% PROCESS global/variables.none.tmpl %] + +Idle Group Member Removal Notification + +This email is to notify you, as the group owner for the +'[% group.name %]' group, that the following accounts are no +longer members of the group. Accounts who have not logged in +to [% terms.BugzillaTitle %] in '[% group.idle_member_removal %]' days +are automatically removed. + +[% FOREACH user = users %] +* [% user.identity %] +[% END %] + +-- +You are receiving this mail because: you are a group owner. + +@@body-headers@@ -- cgit v1.2.3-24-g4f1b