This repository has been archived on 2022-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
hacktheplanet/README.md

24 lines
592 B
Markdown
Raw Normal View History

2022-12-07 09:14:55 +00:00
# id.autonomic.zone
Custom theme for Keycloak.
## Customisations
* `./hacktheplanet/login/resources/img/bg.png` is the new background image (`.login-pf` in `login.css`)
* the logo / text above the login box is now `display: none`
## Hacking
```
make
```
Then visit [localhost](http://localhost:8080).
* admin username: `admin`
* admin password: `password`
Go to `Realm Settings > Themes`. Choose a custom login theme via `Login Theme >
hacktheplanet` and click `Save`. Sign out and you'll be redirected to the login
page. Now, test you can make an edit and it is reflected on reload.