Enable reCAPTCHA for Public Access
|
|
To enable reCAPTCHA for your Public Access site, follow these steps:
- 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.
- Copy the Site Key from your Google reCAPTCHA settings page and paste it into the value attribute of the add key="RecaptchaKey" tag.
- Copy the Secret Key from your Google reCAPTCHA settings page and paste it into the value attribute of the add key="RecaptchaSecret" tag.
- Save the WebAppSettings.config file.