This patch removes database passwords from the various drush commands that display connection information. This is helpful for giving drush demos, or other situations where you're using drush with someone looking over your shoulder.
To put the plaintext password display back into the commands (keep current behavior), just set $options['show-passwords'] = 1;' in drushrc.php.
| Comment | File | Size | Author |
|---|---|---|---|
| drush-privacy.patch | 4.51 KB | greg.1.anderson |
Comments
Comment #1
moshe weitzman commentedmakes sense
Comment #2
greg.1.anderson commentedCommitted.