butterfly icon indicating copy to clipboard operation
butterfly copied to clipboard

Why do I have to input password to log in?

Open nwtgck opened this issue 6 years ago • 4 comments

Thank you for your great work! butterfly is so wonderful tool.

I'd like to build the latest version of butterfly as a docker image. And I'd like to access it without password. But I couldn't access it without password.

Here is my steps I did.

# Clone butterfly as "my-butterfly"
$ git clone --recursive https://github.com/paradoxxxzero/butterfly.git my-butterfly
# Go to  ./my-butterfly/ directory
$ cd my-butterfly/
# Build as my-butterfly image
$ docker build -t my-butterfly .
# Run container
$ docker run -d -p 1500:57575 my-butterfly

Then I went to http://localhost:1500 and saw "Password: " prompt in screen shot 2017-08-28 at 3 20 05 pm

My building was successful. But I need to input a password.(I input "password" as password then I could loged in.)

Of course, the following command in README.md allow me to access without password.

Starting with no password

 $ docker run -d -p 57575:57575 garland/butterfly

nwtgck avatar Aug 28 '17 06:08 nwtgck

Seeing the same issue when running from the terminal.

robolivable avatar Nov 08 '17 18:11 robolivable

Hello, I have the same issues when run it from terminal even with --unsecure parameter, I also get a enter password string, also I can't put any password because there no password was created before :) Did anybody found the answer how to fix it ?

And this issues is happens only with --host= option

ratibor78 avatar Dec 18 '17 09:12 ratibor78

I have the same issues too

yangzhg avatar Dec 25 '17 08:12 yangzhg

The password is for the linux user who started butterfly.

sealter avatar Mar 06 '20 13:03 sealter