Skip to content

Commit

Permalink
1446236: update default user email, point to bugzilla docs not bmo
Browse files Browse the repository at this point in the history
  • Loading branch information
emceeaich committed Apr 1, 2024
1 parent 7f2d018 commit b184907
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions conf/checksetup_answers.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$answer{'ADMIN_EMAIL'} = 'admin@bmo.test';
$answer{'ADMIN_EMAIL'} = 'admin@bugzilla.test';
$answer{'ADMIN_OK'} = 'Y';
$answer{'ADMIN_PASSWORD'} = 'password01!';
$answer{'passwdqc_min'} = '8, 8, 8, 8, 8';
Expand Down Expand Up @@ -26,5 +26,5 @@ $answer{'default_bug_type'} = '--';
$answer{'defaultpriority'} = '--';
$answer{'defaultseverity'} = 'normal';
$answer{'skin'} = 'Mozilla';
$answer{'docs_urlbase'} = 'https://bmo.readthedocs.io/en/latest/';
$answer{'docs_urlbase'} = 'https://bugzilla.readthedocs.io/en/latest/';
$answer{'db_mysql_ssl_get_pubkey'} = 1;
2 changes: 1 addition & 1 deletion docker/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Settings](https://support.mozilla.org/en-US/kb/connection-settings-firefox).
The procedure should be similar for other browsers.

After that, you should be able to visit <http://bmo.test/> from your
browser. You can login as <admin@bmo.test> with the password
browser. You can login as <admin@bugzilla.test> with the password
`password01!`.

If you want to update the code running in the web container, you do not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ content every change made in the [% terms.bug %].</p>
"time": "2020-07-24T20:11:22",
"user": {
"id": 1,
"login": "admin@bmo.test",
"login": "admin@bugzilla.test",
"real_name": "Vagrant User"
},
"changes": [
Expand Down Expand Up @@ -135,11 +135,11 @@ content every change made in the [% terms.bug %].</p>
"reporter": {
"id": 1,
"real_name": "Vagrant User",
"login": "admin@bmo.test"
"login": "admin@bugzilla.test"
},
"assigned_to": {
"id": 1,
"login": "admin@bmo.test",
"login": "admin@bugzilla.test",
"real_name": "Vagrant User"
},
"platform": "PC",
Expand All @@ -165,7 +165,7 @@ content every change made in the [% terms.bug %].</p>
"time": "2020-07-24T20:11:22",
"user": {
"id": 1,
"login": "admin@bmo.test",
"login": "admin@bugzilla.test",
"real_name": "Vagrant User"
},
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/entrypoint.pl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ sub cmd_dev_httpd {
run(
'perl', 'scripts/generate_bmo_data.pl',
'--param' => 'use_mailer_queue=0',
'admin@bmo.test'
'admin@bugzilla.test'
);
}

Expand Down

0 comments on commit b184907

Please sign in to comment.