Hello.
I have created recaptcha v2 API on google.
Opened newspaper/parts/header/td-login-modal.php
and inserted
<div class="g-recaptcha" data-sitekey="6LdcXXXXXXXXXXXXXXXXXXXXXXPul"></div>
before
<input type="button" name="register_button".....>
Then opened
newspaper/header.php
and added:
<script src='https://www.google.com/recaptcha/api.js'></script>
before
</head>
So it looks how it should look like, but it doesn’t work.
How to make it work? Should i install additional plugin?

Hi,
Sorry but we have not tested any captcha plugin so we cannot say for sure if any will work with our theme login modal.
You can try implementing it into the default WP login:
https://www.wpbeginner.com/plugins/how-to-add-captcha-in-wordpress-login-and-registration-form/
Thank you!
Hi,
The theme does not send the emails, this is covered by WordPress or if the hosting has a service available for mailing, or with a plugin. From what I know WordPress may fail sometimes.
Here are some topics in the matter and also plugin suggestions if needed
– https://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/
– https://kinsta.com/knowledgebase/wordpress-not-sending-emails/
– https://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
– https://www.siteground.com/tutorials/wordpress/use-smtp/
Thanks
Hi haxigi,
My solution is not perfect but until there is an update on the theme or a plugin that can deal with the issue, this can serve as a temporary solution. You can read about this in a blog post here https://techiepep.com/massive-bots-registration-on-newspaper-wordpress-theme/