Skip to content

Commit

Permalink
docs: config: added a warning on the password being persisted as clea…
Browse files Browse the repository at this point in the history
…r text

addressing #44
  • Loading branch information
maxlath committed Dec 7, 2017
1 parent a62668b commit ce7737a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config.md
Expand Up @@ -68,7 +68,9 @@ wd config clear
### username and password
Required for [write operations](https://github.com/maxlath/wikidata-cli/blob/master/docs/write_operations.md)
(Alternatively, we might be able to use OAuth once [this issue](https://github.com/maxlath/wikidata-cli/issues/25) is resolved)
```sh

:warning: the password is persisted on your file system as clear text (until we find a better way to do that)
```
wd config username myusername
wd config password myuserpassword
```
Expand Down

0 comments on commit ce7737a

Please sign in to comment.