Skip to content

[BUG] <title> New user name and password is required when connect to the system #3

@jackyclever

Description

@jackyclever

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hi all, i am running this with docker, and very time i connect to it through the browser, it goes starght in. i have added a new user with password, but the system is not asking for logins.

Expected Behavior

should have a login screen

Steps To Reproduce

deploy through docker, http with port 3000

Environment

- OS: Ubuntu
- How docker service was installed:

CPU architecture

arm64

Docker creation

docker run -d \
  --name=kali-linux \
  --security-opt seccomp=unconfined `#optional` \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e SUBFOLDER=/ `#optional` \
  -e TITLE="Kali Linux" `#optional` \
  -p 3000:3000 \
  -p 3001:3001 \
  -v kali-linux_data:/config \
  -v /var/run/docker.sock:/var/run/docker.sock `#optional` \
  --device /dev/dri:/dev/dri `#optional` \
  --shm-size="1gb" `#optional` \
  --restart unless-stopped \
  lscr.io/linuxserver/kali-linux:latest

Container logs

NA

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions