Licence: GNU General Public License (GPL) version 2
Elgg version:

This is Uncaptcha 1.2 compressed with zip for those who are unfamiliar with tar.gz files.

In addition to providing protection against spam-bots, this plugin adds a way of immediately validating, enabling, and logging in new user accounts.

The bot protection is accomplished via a "reverse captcha."

**CHANGES**
v1.2
    * No longer requires a patch to Elgg Core.
    * Updates to allow request_user_validation() to work when not called
        during registration.
    * Code cleanup in the language file.
    * Better generation of uncaptcha code.

v1.1
    * Code cleanup.
    * Use external CSS for a hidden field.

v1.0
    * Initial release.

Hi..

Thanks for the plugin, Brett...

But i've some problem.

1- We must use this plugin with or without validatebyemail? (so this plugins must be enable or disable?)

2- What is the Trick Field? is it important?

3- When i enable this plugin, i have only plus a black area on register form?

Thanks & regards

Erdem

peremeci 193 days ago

1.  This plugin conflicts with validatebyemail--disable that one to use this.

2.  Trick field doesn't need to be changed unless you're altering the default registration page.

3.  This seems to be a problem with it not having initial settings.  Try to save the settings in the tool admin section and then see if it still is a problem.

Hope this helps...

Brett 193 days ago

İ'm sorry i want to say "Blank" not black :) for 3rd topic :)

and you know admin panel not has a "save" option?

peremeci 193 days ago

Look in the tools admin page, under uncaptcha's settings.

 

Brett 193 days ago

What if I alter the default registration page? What should I do with the trick field. What happen in my case is it's showing up under the submit button. The 'register/css' seems to not be doing it's job?

Thanks

wtver87 188 days ago

it --> the blank textbox below the submit button. So I guess I'm having same problem with peremeci here.

wtver87 188 days ago

Proposed solution: add in register_css.php 'display:none'. What do you think Brett? Would this defeat the purpose of the Trick Field?

wtver87 188 days ago

I have released a new version that should fix the blank text input problem.  Try out Uncaptcha 1.3 and let me know how it works for you.  Because this changes some CSS, you might have to shift-reload to get past the caching issues...

If you've changed your registration page, you need to check that the trick field is still unique in the registration form.  I've added some information in the README file about how reverse captchas work to help explain this.

Brett 188 days ago