-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I have an rclone.conf similar to this:
[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
However, when trying to import, the alert only shows a cancel button. I'm able to get it to work by adding a blank password2, like this:
[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
password2 =
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working