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

A way to disable keyring support? #78

Open
rcurtin opened this issue Sep 8, 2019 · 0 comments
Open

A way to disable keyring support? #78

rcurtin opened this issue Sep 8, 2019 · 0 comments

Comments

@rcurtin
Copy link

rcurtin commented Sep 8, 2019

Hi there,

Thanks for your hard work on this useful tool.

I use it with ledger-autosync. However, I don't use any keyring manager in my setup; still, when ofxclient's code is reached, I'm prompted to enter a password for kwallet (which I didn't even know was installed on my system...).

I see when I dig into the code in cli.py that ofxclient seems to determine whether a keyring is available based on the results of an import keyring. Then, SecurableConfigParser.keyring_available is set to the result of that only.

I wanted to know if there was some way that perhaps this could be configured so that keyring usage could be disabled. To make this work for me locally, I have to comment out the import keyring entirely.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant