Mirobit / bitcoin-node-manager

:bar_chart: Lightweight dashboard and control system for bitcoin nodes
MIT License
122 stars 62 forks source link

Add option to disable password #40

Closed qertoip closed 3 years ago

qertoip commented 3 years ago

In some scenarios like localhost setup or onion client auth the password becomes pointless and also hinders infrastructure tests automation.

It would be cool to add option to disable password authentication.

TIA!

Mirobit commented 3 years ago

Good idea. Thanks for providing the input. I added the option to BNM (7ed606b). Simply leave the password empty in the config file.

qertoip commented 3 years ago

Great, thanks. I hope you will cut a release soon :)