From 759243934df6a3a1d4bcfacc58ce842206923731 Mon Sep 17 00:00:00 2001 From: Vladimir Panteleev Date: Sun, 18 Mar 2018 07:00:50 +0200 Subject: Bug 1446236 - Allow customizing the name of the "nobody" user (nobody@mozilla.org) --- scripts/eject-users-from-groups.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/eject-users-from-groups.pl') diff --git a/scripts/eject-users-from-groups.pl b/scripts/eject-users-from-groups.pl index 52e2bbbf3..4b27be83d 100755 --- a/scripts/eject-users-from-groups.pl +++ b/scripts/eject-users-from-groups.pl @@ -23,7 +23,7 @@ Bugzilla->usage_mode(USAGE_MODE_CMDLINE); my $dbh = Bugzilla->dbh; my @remove_group_names; -my $nobody_name = 'nobody@mozilla.org'; +my $nobody_name = Bugzilla->params->{'nobody_user'}; my $admin_name = 'automation@bmo.tld'; GetOptions( -- cgit v1.2.3-24-g4f1b