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']), ] ];