Skip to content

Commit

Permalink
Merge pull request #1994 from GSA/1981-add-test-users
Browse files Browse the repository at this point in the history
Change upwd command 4
  • Loading branch information
XavierMetichecchia authored Dec 9, 2024
2 parents 759e804 + 93c6390 commit 103d856
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/drush-post-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ drush cr
# Update passwords for existing users
echo "Updating passwords for test users..."
drush upwd scott_queen TU_PASS
# drush upwd nehemia_abuga TU_PASS
# drush upwd diego_cob TU_PASS
# drush upwd cindy_fong TU_PASS
# drush upwd ernie_deeb TU_PASS
drush upwd nehemia_abuga TU_PASS
drush upwd diego_cob TU_PASS
drush upwd cindy_fong TU_PASS
drush upwd ernie_deeb TU_PASS
# drush upwd test_test TU_PASS

drush state:set system.maintenance_mode 0 -y
Expand Down

0 comments on commit 103d856

Please sign in to comment.