meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities

Home Page:http://useraccounts.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want to implement a check against existing reCaptcha feature - checked or not?

derekkoch opened this issue · comments

While the built-in reCaptcha feature currently returns validation errors from api calls, it doesn't seem to allow you to require a reCaptcha response. In other words, if the user spaces out and skips the box, no error message is provided.

What's the best way to implement one?