Google reCAPTCHA v2 Download 1.0

This component/theme works with latest OSSN version.
5.0
Breton Jonathan Goncalves 6 years ago

Hello Guys,

This is my first Component. I've missing a Captcha, so I create one with Google Recaptcha.

To use, just go to https://www.google.com/recaptcha/admin and put your site name there, after generate the keys, put it on Admin Dashboard.

If want to improve the translation file, just fork the project and make a Pull Request.ยด

Download

Comments
ph Go_Social (TheDoggyBrad) Replied 39 minutes ago

Updated Code (Covers all screen sizes until 358x842)
Note: Tested only on Chrome's developer tolls (F12)

<style>
@media only screen and (max-width: 500px) {
.g-recaptcha {
transform:scale(0.77);
transform-origin:0 0;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
.g-recaptcha {
transform:scale(0.86);
transform-origin:0 0;
}
}
</style>

ph Go_Social (TheDoggyBrad) Replied 60 minutes ago

Every social network using this that targets mobile devices should use this code:

<style>
@media only screen and (max-width: 500px) {
.g-recaptcha {
transform:scale(0.77);
transform-origin:0 0;
}
}
</style>

in their view.php to make the Recaptcha box not to escape the sign-up box especially on mobiles.
Source: https://geekgoddess.com/how-to-resize-the-google-nocaptcha-recaptcha/
File Mentioned: /components/ReCaptcha/plugins/default/recaptcha/view.php

@Jonathan Goncalves. maybe consider adding this code on your view.php file.

Breton Jonathan Goncalves Replied 1 month ago

Well Done!

Indonesian Arsalan Shah Replied 1 month ago

Just created v3 from this component https://www.opensource-socialnetwork.org/component/view/6535/google-recaptcha-v3

Note that your component works fine!

Indonesian Arsalan Shah Replied 1 month ago

@Jonathan your component works fine, what I meant was if you wish to have recaptcha v3, he need to just modify the source code and change HTML, JS code provided by google.

Breton Jonathan Goncalves Replied 1 month ago

Hello @arsalan Shah, can you share with me what you update so I can update the plugin?

Indonesian Arsalan Shah Replied 1 month ago

You can just upgrade it in source code, I verified this version works fine.

German Dominik L Replied 1 month ago

Can someone update this component?

Seems not to work with newest google recaptcha v3

us David Vaccaro Replied 2 years ago

Works great!!

us John Martinez Replied 3 years ago

This works but only appears on the registration page. How do you add it to the login, pw reset and admin login pages?

Component

Developer: Jonathan
License ossnv3
Type: Authentication
Requires Ossn Version : 4.x
Latest Version: 1.0
Last Updated 6 years ago
Repository Url View Repository

Versions