-
Notifications
You must be signed in to change notification settings - Fork 224
Can the password be moved to a separate file? #53
Comments
Good idea~ |
I'll store them in |
Because I think the cookies are important credentials too |
Note that changing the config file path means:
|
If the user re-login, the configuration file will be updated. |
BTW, in the latest version (>0.9.0), the configuration file will be updated every time while user using the |
What about the templates?... |
Sorry, I just checked the code (v0.9.0). It had the feature above. |
Okay. But users who don't know about that file will not be able to do that. The program should inform the user, or automatically move the file if the source is present and not the target.. |
Well, the upgrade command does not support too many functions. I have updated the release notes. Thanks a lot! |
That's why I added an |
I'm thinking about using git to store my configuration files online, however from my reading of the source code, given a
.cfconfig
file it's possible to get the plain text password.Is it possible to move the password to a separate file (for example
.cfcredential
)? For reference, git supports storing password indefinitely, but the password is stored (in plain text) in the~/.git-credentials
file.The text was updated successfully, but these errors were encountered: