Enable reCAPTCHA for Public Access

PREREQUISITES:

To enable reCAPTCHA for your Public Access site, follow these steps:

  1. Open the WebAppSettings.config file for your Public Access site (C:\\inetpub\wwwroot\<your site>\PublicSite).

NOTE: The site name in the file path above should be the name of your Public Access site, not your organizations main Cityworks site.

  1. Copy the Site Key from your Google reCAPTCHA settings page and paste it into the value attribute of the add key="RecaptchaKey" tag.

  1. Copy the Secret Key from your Google reCAPTCHA settings page and paste it into the value attribute of the add key="RecaptchaSecret" tag.

  1. Save the WebAppSettings.config file.