1
votes

I am usin devise gem and recaptch in rails project
can any one give me a hint:

how to create a new user bypassing recaptcha and without submitting a form of devise gem.

2

2 Answers

0
votes

You have to create a new controller by inheriting the Devise::SessionsController and override the action register.

For more details: https://github.com/plataformatec/devise#configuring-controllers

0
votes

There's an article on how to integrate devise & recaptcha in the Devise wiki docs here: Devise Wiki: Hot to use Recaptcha with Devise.

Devise is a very popular gem and chances are if you have a question regarding it, somebody has asked it before so it's literally a google search away.