Updated examples with moved themes directory

This commit is contained in:
Stian Thorgersen 2016-02-23 15:30:50 +01:00
parent af26b5b610
commit 2c16335a03
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ Then registering the provider by editing keycloak-server.json and adding the mod
], ],
You then have to copy the secret-question.ftl and secret-question-config.ftl files to the standalone/configuration/themes/base/login directory. You then have to copy the secret-question.ftl and secret-question-config.ftl files to the themes/base/login directory.
After you do all this, you then have to reboot keycloak. When reboot is complete, you will need to log into After you do all this, you then have to reboot keycloak. When reboot is complete, you will need to log into
the admin console to create a new flow with your new authenticator. the admin console to create a new flow with your new authenticator.

View file

@ -8,7 +8,7 @@ You can either deploy the themes by copying to the themes folder or as modules.
### Copy ### Copy
Simplest way to deploy the themes is to copy `src/main/resources/theme/*` to `standalone/configuration/themes/`. Simplest way to deploy the themes is to copy `src/main/resources/theme/*` to `themes/`.
### Module ### Module