diff --git a/README.md b/README.md index 527a111..e9f56bb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ To safeguard registration against bots, Keycloak has integration with Google reC ## Installation -Download the newest release JAR (or comile it yourself) and drop it into `your_keycloak_installation/providers` +Download the newest release JAR (or compile it yourself - see below) and drop it into `your_keycloak_installation/providers` There are a few steps you need to perform in the Keycloak Admin Console. Click the Authentication left menu item and go to the Flows tab. Select the Registration flow from the drop down list on this page. @@ -28,7 +28,7 @@ Authorizing Iframes To show the hCaptcha you need to modify the registration template. You can find the files in your Keycloak installation under `themes/base/login/`. If you use the user profile preview (you start your Keycloak with the `-Dkeycloak.profile=preview` flag), you need to edit the `register-user-profile.ftl`, else the `register.ftl`. Add the following code beneith the reCaptcha code: -``` +```html <#if hcaptchaRequired??>