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

Commits on Aug 20, 2024

  1. 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
    sermakov-orion committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    8b57fd4 View commit details
    Browse the repository at this point in the history