Skip to content

Securing HTMLy by using reCaptcha

Compare
Choose a tag to compare
@Kanti Kanti released this 28 Dec 15:12
· 1192 commits to master since this release

Now HTMLy has the ability to secure the backend with Googles reCaptcha service.
Simply go to there Webseite:
https://www.google.com/recaptcha/admin
Get the public and private keys and put them like this into your config.ini:

google.reCaptcha = true
google.reCaptcha.public = "6LfcP_8SAAAAAIPSQldEbInMMMeuVeXRD7lfFe_c"
google.reCaptcha.private = "6LfcP_8SAAAAAPz1Be_4zBMMMujRdKVS6t79RSgY"