-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locale not included in User Create webhook #1693
Comments
This should be present in How are you setting the locale? Can you provide step by step repro steps, please? |
While testing again, I noticed a different issue – if you hit an authorize URL with
For the latter, it can probably be solved by including the locale in the [*] I have a Thai localization in the selected theme. If I append array (
'createInstant' => 1650563334654,
'id' => '8f3dccdd-d31f-44e5-a278-6cac1715d222',
'info' =>
array (
'deviceName' => 'Windows Chrome',
'deviceType' => 'BROWSER',
'ipAddress' => '172.18.0.1',
'userAgent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36',
),
'tenantId' => '5086fa1f-***7-4d9c-a59b-32bc0492912f',
'type' => 'user.create',
'user' =>
array (
'active' => true,
'connectorId' => 'e3306678-a53a-4964-9040-1c96f36dda72',
'email' => '***@gmail.com',
'id' => '6a29570d-5472-4b95-8e48-cd6f55829dd3',
'insertInstant' => 1650563334556,
'lastUpdateInstant' => 1650563334556,
'passwordChangeRequired' => false,
'passwordLastUpdateInstant' => 1650563334621,
'tenantId' => '5086fa1f-***7-4d9c-a59b-32bc0492912f',
'twoFactor' =>
array (
),
'usernameStatus' => 'ACTIVE',
'verified' => false,
),
) No sign of the locale or preferred languages. The new issue with maintaining the locale state is actually more important than this one, since we're using a different method to capture this information on the app side instead. |
Thanks @glen-84 , I filed an issue about your last comment, since that appears to be a bug. |
Based upon the thread and discussion here #1738 - I think we can close this issue out? |
@robotdan Ya, if it's included in |
Locale not included in User Create webhook
Problem
The user's specified or selected locale is not included in the User Create webhook.
Solution
For the user's specified or selected locale to be included in the User Create webhook.
Alternatives/workarounds
Saving it to a hidden field. Might not always be possible (if the value is not in the query string, if the locale cookie is changed to be HTTP-only, or if custom fields are not available).
Additional context
FusionAuth™ version 1.36.0.
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.
The text was updated successfully, but these errors were encountered: