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 a1b384076d
commit 793b983827

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