opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

Customizing create/unlock password for setup #22

Open Maith8Ae opened 3 years ago

Maith8Ae commented 3 years ago

Is your feature request related to a problem? Please describe. Currently there is no way to use another password to unlock wallets while setup. This is a feature request is about how to customize wallet password during setup.

Describe the solution you'd like

  1. Using environment variable OPENDEXD_PASSWORD. If launcher found this variable then it will abandon default password when creating/unlocking wallets.
  2. Using --password-stdin option in command-line arguments. It will show an interactive question while creating/unlocking wallets which asks the user to input his own password.

Additional context