]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1441569 - remove_idle_group_members.pl fails on vagrant box
authorbyron jones <byron@glob.com.au>
Wed, 28 Feb 2018 15:30:39 +0000 (23:30 +0800)
committerDylan William Hardison <dylan@hardison.net>
Wed, 28 Feb 2018 15:30:39 +0000 (10:30 -0500)
Create missing automation@bmo.tld user.

scripts/generate_bmo_data.pl

index 526607eff2752303eb132e1c844a62d718e62a59..6356762c8433c73f5af7b64188e523be83c51564 100755 (executable)
@@ -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 => $_,