Moved logo-example themes to examples/themes
This commit is contained in:
parent
30cd28d288
commit
fea0d1af66
10 changed files with 18 additions and 3 deletions
|
@ -1,4 +1,19 @@
|
|||
Example Login Theme
|
||||
===================
|
||||
Example Themes
|
||||
==============
|
||||
|
||||
To deploy copy login/sunrise to standalone/configuration/themes/login/. Open the admin console, select your realm, in the drop-down for login theme select sunrise. Then login to your realm to see the new theme in action.
|
||||
Sunrise Login Theme
|
||||
-------------------
|
||||
|
||||
Example login theme that changes the look of the login forms.
|
||||
|
||||
To use the theme copy `login/sunrise` to `standalone/configuration/themes/login/`. Open the admin console, select your realm, click on `Theme`. In the dropdown for `Login Theme` select `sunrise`. Click `Save` and login to the realm to see the new theme in action.
|
||||
|
||||
|
||||
Change Logo Theme
|
||||
-----------------
|
||||
|
||||
Example themes for login forms, account management and admin console that changes the Keycloak logo.
|
||||
|
||||
To use the themes copy `account/logo-example` to `standalone/configuration/themes/account/`, `login/logo-example` to `standalone/configuration/themes/login/` and `admin/logo-example` to `standalone/configuration/themes/admin/`. Open the admin console, select your realm, click on `Theme`. In the dropdowns for `Login Theme`, `Account Theme` and `Admin Console Theme` select `logo-example`. Click `Save` and login to the realm to see the new theme in action.
|
||||
|
||||
One thing to note is that to change the admin console for the master admin console (`/auth/admin`) you need to change the theme for the master realm. Changing the admin console theme for any other realms will only change the admin console for that specific realm (for example `/auth/admin/myrealm/console`).
|
||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in a new issue