phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

Moving captcha and security_question into before_action #166

Closed MikeRogers0 closed 8 years ago

MikeRogers0 commented 8 years ago

It follows the example of https://github.com/plataformatec/devise/wiki/How-To:-Use-Recaptcha-with-Devise

It also adds in tests around both the captcha and security question. What do you think of the testing approach?

manno commented 8 years ago

I like the different user models to test the different combinations of devise modules.

MikeRogers0 commented 8 years ago

It's the same approach as the Devise main plugin ;)