{this.props.token ? '' : (
diff --git a/framework/core/src/Forum/AuthenticationResponseFactory.php b/framework/core/src/Forum/AuthenticationResponseFactory.php
index fbd82c42e..6a17c8c2d 100644
--- a/framework/core/src/Forum/AuthenticationResponseFactory.php
+++ b/framework/core/src/Forum/AuthenticationResponseFactory.php
@@ -109,8 +109,7 @@ class AuthenticationResponseFactory
$suggestions,
['token' => $token->id],
// List of the fields that can't be edited during sign up
- // Only includes attributes on the sign up form, otherwise this could leak private attribute names
- ['identification_fields' => array_keys(array_only($identification, ['username', 'email']))]
+ ['identificationFields' => array_keys($identification)]
);
}