Reintroduce doBuildRetrocompatAccountTheme (for now) and fix multiple things in the account default theme

This commit is contained in:
Joseph Garrone
2024-02-01 06:22:33 +01:00
parent 33b7bb6184
commit 694b4c8027
8 changed files with 109 additions and 22 deletions

View File

@ -125,17 +125,6 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
# Changelog highlights
## 9.2
Remove the `<your theme name>_retrocompat` option in the account theme dropdown and the `doBuildRetrocompatAccountTheme` build option.
`<your theme name>_retrocompat` was useless because `<rout theme name>` works fine even on older Keycloak version.
What you have to remember is that:
- If you have no account theme: You can use the `retrocompat_*.jar` it will work on any Keycloak version.
- If you have an Account theme: Use `retrocompat_*.jar` only if your Keycloak is in a version prior to 23.
Keycloak 22 is not supported (Only login themes works in Keycloak 22).
## 9.0
Bring back support for account themes in Keycloak v23 and up! [See issue](https://github.com/keycloakify/keycloakify/issues/389).