mirror of
https://github.com/rclone/rclone.git
synced 2026-03-17 23:18:04 -04:00
Before this change, rclone ignored the --password-command on the rclone config setting except when decrypting an existing config file. This change allows for offloading the password storage/generation into external hardware key or other protected password storage. Fixes #7859