Skip to content

Not able to login to the Web portal #25

@mariandanisek-sk

Description

@mariandanisek-sk

Hello !
I'm not able to login to the web portal by using admin / admin

Log says :
2026/02/13 11:44:05 admin is logged in from: 10.x.x.x

Is this message from radius server or from web gui itself ?

Below is my radius conf.

-----------------

[radius]
ListenAddress = "0.0.0.0:1812"
Secret = "ChangeMeStrong" # must match your firewall RADIUS secret
Authentication_Mode = "only_otp" # safe while LDAP is not configured

[web]
ListenHTTP = "0.0.0.0:8080"
ListenHTTPS = "0.0.0.0:8081"
RedirectToHTTPS = false # avoid redirect loop while testing

Typo is intentional: upstream uses "Isuuer" in examples/code

Isuuer = "PHSK" # issuer text shown in authenticator apps
EnableRestApi = false
Apikey = "test"

[database]
server = "db"
port = "5432"
username = "postgres"
password = "dbpassword"
dbname = "postgres"
sslmode = "disable"
timezone = "UTC"
MaxOpenConns = 20
MaxIdleConns = 20
ConnMaxLifetimeInMiuntes = 5

[ldap]

Leave LDAP out until base web works; misconfig here can crash startup

ldapServers = ["127.0.0.1"]
basedn = ""
port = 389

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions