From eac0831e643ffec080d1eb36aca876ab5df37bac Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Mon, 22 Sep 2025 20:08:21 +0200 Subject: [PATCH] [fix] conf:auth:static:username removed --- source/conf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/source/conf.php b/source/conf.php index 910b45a..3636e39 100644 --- a/source/conf.php +++ b/source/conf.php @@ -68,7 +68,6 @@ function load( return [ 'kind' => 'static', 'data' => [ - 'username' => ($auth_raw['data']['username'] ?? $realm_raw['name']), 'password' => ($auth_raw['data']['password'] ?? $realm_raw['name']), ] ];