diff --git a/tools/layertest.php b/tools/layertest.php index 7d65990e3..faaf58fcf 100644 --- a/tools/layertest.php +++ b/tools/layertest.php @@ -64,6 +64,7 @@ foreach ($layer['methods']->by_id as $constructor) { || $name === 'auth.dropTempAuthKeys' || $name === 'account.resetAuthorization' || $name === 'account.resetPassword' + || $name === 'account.updateUsername' || !str_contains($name, '.')) { continue; }