Welcome!
Component
Hub
Problem Description
So as a Login you have to use an E-Mail adress.
But E-Mails are never Case Sensitive.
The Login IS case sensitive.
Expected Behavior
not case sensitive Email/username field for login
Steps to Reproduce
- Register an EMail adress with Uppercase letters.
- try to login with lowercase letters.
OS / Architecture
Debian 13
Beszel version
0.18.6
Installation method
Docker
Configuration
Hub Logs
{
"id": "uavj4wtsromuagc",
"created": "2026-04-03 19:33:16.249Z",
"data": {
"auth": "",
"details": "invalid login credentials",
"error": "Failed to authenticate.",
"execTime": 0.255281,
"method": "POST",
"referer": "http://192.168.1.2:30333/_/",
"remoteIP": "192.168.1.200",
"status": 400,
"type": "request",
"url": "/api/collections/_superusers/auth-with-password",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0",
"userIP": "192.168.1.200"
},
"message": "POST /api/collections/_superusers/auth-with-password",
"level": 8
}
{
"id": "kf7g2odylajguk5",
"created": "2026-04-03 19:33:07.057Z",
"data": {
"error": "failed to locate a sendmail executable path"
},
"message": "[recordAuthResponse] Failed to send login alert",
"level": 4
}
Agent Logs
Welcome!
Component
Hub
Problem Description
So as a Login you have to use an E-Mail adress.
But E-Mails are never Case Sensitive.
The Login IS case sensitive.
Expected Behavior
not case sensitive Email/username field for login
Steps to Reproduce
OS / Architecture
Debian 13
Beszel version
0.18.6
Installation method
Docker
Configuration
Hub Logs
{ "id": "uavj4wtsromuagc", "created": "2026-04-03 19:33:16.249Z", "data": { "auth": "", "details": "invalid login credentials", "error": "Failed to authenticate.", "execTime": 0.255281, "method": "POST", "referer": "http://192.168.1.2:30333/_/", "remoteIP": "192.168.1.200", "status": 400, "type": "request", "url": "/api/collections/_superusers/auth-with-password", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0", "userIP": "192.168.1.200" }, "message": "POST /api/collections/_superusers/auth-with-password", "level": 8 } { "id": "kf7g2odylajguk5", "created": "2026-04-03 19:33:07.057Z", "data": { "error": "failed to locate a sendmail executable path" }, "message": "[recordAuthResponse] Failed to send login alert", "level": 4 }Agent Logs