mirror of
https://github.com/rclone/rclone.git
synced 2026-02-18 10:23:31 +00: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