🐛 Bug Report: "locale" behavior #150

Closed
opened 2025-07-08 08:41:05 -04:00 by AtHeartEngineer · 0 comments

Originally created by @ptath on 5/24/2025

Reproduction steps

When I create new user via API

{
  "disabled": true,
  "email": "test@test.rld",
  "firstName": "name",
  "isAdmin": false,
  "lastName": "lname",
  "locale": "ru-RU", // <- locale set
  "username": "testuser"
}

Expected behavior

User open email and login to web with defined locale already set

Actual Behavior

User open (not-translated) email and login to web with default locale (en-EN)

Version and Environment

v.0.53.0

Log Output

not applicable

*Originally created by @ptath on 5/24/2025* ### Reproduction steps When I create new user via API ``` { "disabled": true, "email": "test@test.rld", "firstName": "name", "isAdmin": false, "lastName": "lname", "locale": "ru-RU", // <- locale set "username": "testuser" } ``` ### Expected behavior User open email and login to web with defined locale already set ### Actual Behavior User open (not-translated) email and login to web with default locale (en-EN) ### Version and Environment v.0.53.0 ### Log Output not applicable
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pocket-id#150