Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rclone.conf import not working without password2 #35

Open
evanshrestha opened this issue Oct 18, 2020 · 1 comment
Open

rclone.conf import not working without password2 #35

evanshrestha opened this issue Oct 18, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@evanshrestha
Copy link

evanshrestha commented Oct 18, 2020

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 =
@lithium0003 lithium0003 added the bug Something isn't working label Oct 18, 2020
@lithium0003
Copy link
Owner

I think fix it at v1.4.0(43) but still not working on master?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants