[fix] conf:auth:static:username removed

This commit is contained in:
fenris 2025-09-22 20:08:21 +02:00
parent 38a396ee49
commit eac0831e64

View file

@ -68,7 +68,6 @@ function load(
return [ return [
'kind' => 'static', 'kind' => 'static',
'data' => [ 'data' => [
'username' => ($auth_raw['data']['username'] ?? $realm_raw['name']),
'password' => ($auth_raw['data']['password'] ?? $realm_raw['name']), 'password' => ($auth_raw['data']['password'] ?? $realm_raw['name']),
] ]
]; ];