keycloakify-custom/src/keycloak-theme
2023-07-07 17:44:46 +02:00
..
account Add extra comments 2023-05-02 01:26:31 +02:00
login Do not validate the password client side https://github.com/keycloakify/keycloakify/issues/377 2023-07-07 17:44:46 +02:00
README.md Add note about where the keycloak sources can be located 2023-07-07 17:44:46 +02:00

Your theme source files should be located in a keycloak-theme directory somewhere in your src directory OR at the root of your directory.
Acceptable directory strucuture:

src/
  keycloak-theme/
    login/
    account/
    email/
    
===OR===

src/
  foo/
    bar/
      keycloak-theme/
        login/
        account/
        email/

===OR===

src/
  login/
  account/
  email/

You don't need to have all three variant of the theme. If you only need the login theme for example you can have only the login directory.