From 93c6390c8b27ee5e94ee0d10247cf7468f8f49c5 Mon Sep 17 00:00:00 2001 From: Xavier Metichecchia Date: Mon, 9 Dec 2024 15:36:37 -0500 Subject: [PATCH] Change upwd command 4 --- scripts/drush-post-deploy.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/drush-post-deploy.sh b/scripts/drush-post-deploy.sh index 7039cb75..0f408d60 100755 --- a/scripts/drush-post-deploy.sh +++ b/scripts/drush-post-deploy.sh @@ -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