Enabling reCAPTCHA
For better protection against password guessing attacks, the reCAPTCHA display can be enabled in the Alvao WebApp. The reCAPTCHA support is only valid for version 2 (Checkbox variant). To enable it, proceed as follows.
- Go to reCAPTCHA, create an account and get your public and private keys. Follow the instructions on the page.
- In the Administration - Settings -
Advancedcreate new settings:
- WebApp.CAPTCHAPublicKey - into the value field enter your generated public key (Site key).
- WebApp.CAPTCHAPrivateKey - as the value enter your private key (Secret key).
- In case of a large number of unsuccessful logins to the WebApp, the login will be checked to make sure they are human and not automated robots.
To disable reCAPTCHA, delete the settings above.