Securing HTMLy by using reCaptcha
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"