diff options
-rwxr-xr-x | scripts/generate_bmo_data.pl | 5 |
1 files changed, 5 insertions, 0 deletions
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 => $_, |