KEYCLOAK-18467 document that realm localization texts now support unicode (#1222)

This commit is contained in:
Daniel Fesenmeyer 2021-11-10 09:50:30 +01:00 committed by GitHub
parent add5788151
commit 0d2afaa0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Database schema in {project_name} only accounts for Unicode strings in the following special fields: Database schema in {project_name} only accounts for Unicode strings in the following special fields:
* Realms: display name, HTML display name * Realms: display name, HTML display name, localization texts (keys and values)
* Federation Providers: display name * Federation Providers: display name
* Users: username, given name, last name, attribute names and values * Users: username, given name, last name, attribute names and values
* Groups: name, attribute names and values * Groups: name, attribute names and values