From: byron jones Date: Wed, 28 Feb 2018 15:30:39 +0000 (+0800) Subject: Bug 1441569 - remove_idle_group_members.pl fails on vagrant box X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4702d990440b6881080fed49fad6feb17ea1b3a;p=thirdparty%2Fbugzilla.git Bug 1441569 - remove_idle_group_members.pl fails on vagrant box Create missing automation@bmo.tld user. --- diff --git a/scripts/generate_bmo_data.pl b/scripts/generate_bmo_data.pl index 526607eff..6356762c8 100755 --- a/scripts/generate_bmo_data.pl +++ b/scripts/generate_bmo_data.pl @@ -162,6 +162,11 @@ my @users = ( realname => 'Nobody; OK to take it and work on it', password => '*' }, + { + login => 'automation@bmo.tld', + realname => 'BMO Automation', + password => '*' + }, map { { login => $_,