TEAMMATES uses reCAPTCHA on the Recover Session Links
page as a security check. It helps protect the website by blocking spam bots and abusive traffic, and only allows valid human users to pass through.
By default, the CAPTCHA widget is not shown on the page since no keys are specified in the config files.
However, this should be changed for production environments:
- Register for CAPTCHA here. You may be prompted to sign in with your Google account.
- Include
localhost
and/or127.0.0.1
in the CAPTCHA domains setting if you are using this for development as well. - After obtaining the CAPTCHA keys:
- Copy the site key to
captchaSiteKey
in theconfig.ts
file. - Copy the secret key to
app.captcha.secretkey
in thebuild.properties
file.
- Copy the site key to