Skip to content
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

fix: In case when Keycloack configured, if you create a user with non-ascii names (first name, last name, e-mail address) then these names will be displayed using non-readable symbols in the list of users in the Administration console. #960

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sermakov-orion
Copy link
Contributor

@sermakov-orion sermakov-orion commented Aug 20, 2024

Signed-off-by: Stepan Ermakov sermakov@orionsoft.ru

Fixes issue

In case when Keycloack configured, if you create a user with non-ascii names (first name, last name, e-mail address) then these names will be displayed using non-readable symbols in the list of users in the Administration console.

Changes introduced with this PR

In case when External SSO is configured we re-encode the names from ISO_8859_1 to UTF8

Are you the owner of the code you are sending in, or do you have permission of the owner?

Yes

##Fixes issue
In case when Keycloack configured, if you create a user with non-ascii names (first name, last name, e-mail address) then these names will be displayed using non-readable symbols in the list of users in the Administration console.

##Changes introduced with this PR
In case when External SSO is configured we re-encode the names from ISO_8859_1 to UTF8

##Are you the owner of the code you are sending in, or do you have permission of the owner?
Yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants