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 6, 2025
1 parent 7dc6844 commit bfdb6bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docroot/modules/custom/va_gov_db/va_gov_db.install
Original file line number Diff line number Diff line change
Expand Up @@ -1206,8 +1206,10 @@ function va_gov_db_update_10002() {
'1', //user 1.
'1317', //CMS Migrator.
'2847', //Tim@metrostar.
'4216', //edmund@va.
'4216', //edmund@mo.
'5275', //brian@ca.
'5016', //troy@helpdesk
'2792', //stefanie@helpdesk
];

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

0 comments on commit bfdb6bb

Please sign in to comment.