diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb index ea8f0e9950..b658a735bd 100644 --- a/app/views/devise/passwords/edit.html.erb +++ b/app/views/devise/passwords/edit.html.erb @@ -24,10 +24,17 @@ <%= _('Show passwords') %> + + <% if Rails.configuration.x.recaptcha.enabled %> +
+ <%= label_tag(nil, _('Security check')) %> + <%= recaptcha_tags %> +
+ <% end %> <%= f.button(_('Save'), class: "btn btn-default", type: "submit") %> <%= render "devise/shared/links" %> <% end %> - +