Make the recaptcha change work on non migrated systems
When you did not yet migrated your DB, and create a new application instance
(for example after updating the GDK), you get an error that recaptcha_enabled
is not present.
By overriding the recaptcha_enabled?
we can check if the field is present, en
respond accordingly, and thus prevents the NoMethodError