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
the admin console to create a new flow with your new authenticator.
@ -29,4 +29,4 @@ Your new required action should now be displayed and enabled in the required act
I'm hoping the UI is intuitive enough so that you
can figure out for yourself how to create a flow and add the Authenticator and Required Action. We're looking to add a screencast
to show this in action.
to show this in action.

View file

@ -8,7 +8,7 @@ You can either deploy the themes by copying to the themes folder or as modules.
### 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