diff options
author | dklawren <dklawren@users.noreply.github.com> | 2018-05-01 17:10:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-01 17:10:03 +0200 |
commit | 9184ec2442347f0c4f7a4c0b4e4436ea8d41e875 (patch) | |
tree | 549dd235eb79266b47ce36ca54aee895ea0cc2a7 /extensions/PhabBugz/template/en/default/admin | |
parent | ba5f2af68c6dd8639c6bd45d3e419741e1946134 (diff) | |
download | bugzilla-9184ec2442347f0c4f7a4c0b4e4436ea8d41e875.tar.gz bugzilla-9184ec2442347f0c4f7a4c0b4e4436ea8d41e875.tar.xz |
Bug 1452984 - double-check new accounts with BMO to catch and notify of username squatting
Diffstat (limited to 'extensions/PhabBugz/template/en/default/admin')
-rw-r--r-- | extensions/PhabBugz/template/en/default/admin/email/squatter-alert.txt.tmpl | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/extensions/PhabBugz/template/en/default/admin/email/squatter-alert.txt.tmpl b/extensions/PhabBugz/template/en/default/admin/email/squatter-alert.txt.tmpl new file mode 100644 index 000000000..98e92a379 --- /dev/null +++ b/extensions/PhabBugz/template/en/default/admin/email/squatter-alert.txt.tmpl @@ -0,0 +1,34 @@ +[%# 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 %] + +From: [% Param('mailfrom') %] +To: phabricator-admin@mozilla.com +Subject: Possible Phabricator Username Squatter Alert +Date: [% date %] +X-Bugzilla-Type: squatter-alert + +Possible username squatter: + +Phabricator Account + +login: [% phab_user_login %] +realname: [% phab_user_realname %] + +Bugzilla Account Matching Phabricator Account + +user id: [% bugzilla_userid %] +login: [% bugzilla_login %] +realname: [% bugzilla_realname %] + +Possible Bugzilla Account Squatting On + +user id: [% squat_userid %] +login: [% squat_login %] +realname: [% squat_realname %] |