mirror of
https://github.com/rclone/rclone.git
synced 2025-12-31 07:33:33 +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