Skip to content

Commit

Permalink
Closes #186: Update local dev and ProboCI test user account passwords…
Browse files Browse the repository at this point in the history
… for 2025 (#187)
  • Loading branch information
danahertzberg authored Dec 18, 2024
1 parent e166ce1 commit 39fb90c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ddev/commands/web/quickstart-install
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
## Usage: quickstart-install
## Example: "ddev quickstart-install"

drush --root=/var/www/html/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2024 --db-url=mysql://db:db@db:3306/db -y --verbose
drush --root=/var/www/html/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2025 --db-url=mysql://db:db@db:3306/db -y --verbose
drush --root=/var/www/html/web config:set -y az_cas.settings disable_login_form 0
drush --root=/var/www/html/web cache:rebuild
2 changes: 1 addition & 1 deletion .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tooling:
# in a race condition if Drupal is installed during the run phase.
install:
service: appserver
cmd: drush --root=/app/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2024 --db-url=mysql://drupal10:drupal10@database:3306/drupal10 -y --verbose
cmd: drush --root=/app/web site:install [email protected] --account-name=azadmin --account-pass=azadmin2025 --db-url=mysql://drupal10:drupal10@database:3306/drupal10 -y --verbose
# Provide tooling to set the Quickstart dependency.
quickstart-branch:
service: appserver
Expand Down
2 changes: 1 addition & 1 deletion .probo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ steps:
subDirectory: web
runInstall: true
profileName: az_quickstart
installArgs: "--site-name='Quickstart Review' --account-name=azadmin --account-pass=azadmin2024 --verbose --yes -n"
installArgs: "--site-name='Quickstart Review' --account-name=azadmin --account-pass=azadmin2025 --verbose --yes -n"
cliDefines: {DRUSH_LAUNCHER_FALLBACK: '$SRC_DIR/vendor/bin/drush'}

0 comments on commit 39fb90c

Please sign in to comment.