diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-02 05:09:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-05-02 05:29:22 +0200 |
commit | 2a89b0c8129eceedfb0db8bdda266ce970c986bc (patch) | |
tree | f3a45cae5440036c8b13324e3d2794c7b8d867e1 /share/rpcauth/README.md | |
parent | 57c57df86f14874cfc4b280e04a7f44b19839c26 (diff) |
rpcauth: Make it possible to provide a custom password
This adds the functionality to specify a custom password to
`rpcauth.py`, as well as makes the code (IMO) easier to understand.
Diffstat (limited to 'share/rpcauth/README.md')
-rw-r--r-- | share/rpcauth/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/rpcauth/README.md b/share/rpcauth/README.md index 389278a125..20d16f0a97 100644 --- a/share/rpcauth/README.md +++ b/share/rpcauth/README.md @@ -8,3 +8,7 @@ Create login credentials for a JSON-RPC user. Usage: ./rpcauth.py <username> + +in which case the script will generate a password. To specify a custom password do: + + ./rpcauth.py <username> <password> |