From 2499ff35ff287fa7c7f15a07ee2a02dd83a029f6 Mon Sep 17 00:00:00 2001 From: Ricardo Sanz Date: Tue, 2 Apr 2024 16:24:54 +0200 Subject: [PATCH] Documentation update: password is not sanitized to a fixed value anymore --- docs/docs/boilerplate/drush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/boilerplate/drush.md b/docs/docs/boilerplate/drush.md index be4cfe6..b01e894 100644 --- a/docs/docs/boilerplate/drush.md +++ b/docs/docs/boilerplate/drush.md @@ -27,7 +27,7 @@ Drush is preconfigured to: - Encourage Composer usage instead of using Drush to manage module code. - - Sanitize passwords using `password` as password during SQL sync operations. Edit `drush/drush.yml` to use a less obvious value. See [drush.yml example file](https://www.drush.org/latest/examples/example.drush.yml/) to modify or add more configuration. + - Sanitize passwords during SQL sync operations. Edit `drush/drush.yml` if you want a fixed value. See [drush.yml example file](https://www.drush.org/latest/examples/example.drush.yml/) learn more about this configuration.