Authorization by username and password (#296)

This commit is contained in:
Nikolay Vasilchuk 2019-10-19 23:19:11 +03:00 committed by Otto Winter
parent 6c626e902d
commit 1c4f70631c
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 5 additions and 1 deletions

View File

@ -171,9 +171,13 @@ through a graphical user interface.
Manually set the HTTP port to open connections on (defaults to 6052)
.. option:: --username USERNAME
The optional username to require for authentication.
.. option:: --password PASSWORD
The optional password to require for all requests.
The optional password to require for authentication.
.. option:: --open-ui