Skip to content

Commit

Permalink
VACMS-00000: fix password issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn committed Mar 7, 2025
1 parent bfdb6bb commit 99cabd7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docroot/modules/custom/va_gov_db/va_gov_db.install
Original file line number Diff line number Diff line change
Expand Up @@ -1198,18 +1198,18 @@ function va_gov_db_update_10002() {
->execute();

$service_accounts = [
'3665', //forms_api.
'5196', //banners_api.
'3668', //datadog_api.
'3664', //content_build_api.
'4681', //next-build.
'1', //user 1.
'1317', //CMS Migrator.
'2847', //Tim@metrostar.
'4216', //edmund@mo.
'5275', //brian@ca.
'5016', //troy@helpdesk
'2792', //stefanie@helpdesk
'3665',
'5196',
'3668',
'3664',
'4681',
'1',
'1317',
'2847',
'4216',
'5275',
'5016',
'2792',
];

$ids = array_diff($ids, $service_accounts);
Expand Down

0 comments on commit 99cabd7

Please sign in to comment.