#5893·kanboard

[Bug]: http page login not working

Author: lucasarrudadevCreated Aug 30, 2026Updated Aug 30, 2026
Labelstriage needed

Bug Summary

http page login not working

Description

Login using HTTP URL always gives me "The password is required" (even if password and user are correctly filled out)

I used the sqlite podman container deployment and exposed port 80 as 8088 (ports: - "8088:80")

Steps to Reproduce

Deploy podman as: name: kanboard services: app: image: docker.io/kanboard/kanboard:latest container_name: kanboard restart: always ports: - "8088:80"

Access http service at 8088 port, you see that login does not work

Expected Behavior

login to work

Actual Behavior

login does not work

Version

v1.2.54

Database

SQLite

PHP Version

No response

Browser

No response

Operating System

No response

Relevant Logs or Error Output

bash
nothing relevant show on container logs

Additional Context

No response

Checklist

  • I have searched existing issues to ensure this bug hasn't been reported before.
  • I verified that the problem is not caused by a plugin. Please report the issue to the plugin author if applicable.