Skip to content

Commit

Permalink
Merge pull request #333 from biozshock/authenticationFix
Browse files Browse the repository at this point in the history
Authentication requires stronger password.
  • Loading branch information
escopecz authored Dec 9, 2024
2 parents ca46933 + cff8d0c commit c8b803c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ci-files/local.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
|
*/
'userName' => 'admin',
'password' => 'mautic',
'password' => 'Maut1cR0cks!',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .github/ci-files/local_5.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'db_user' => 'root',
'db_password' => '',
'admin_email' => '[email protected]',
'admin_password' => 'mautic',
'admin_password' => 'Maut1cR0cks!',
'mailer_from_name' => 'GitHub Actions',
'mailer_from_email' => '[email protected]',
'mailer_transport' => 'smtp',
Expand Down

0 comments on commit c8b803c

Please sign in to comment.