add recaptcha for signup process

This commit is contained in:
r888888888
2017-09-16 12:44:17 -07:00
parent 1e413362e3
commit 704816066d
4 changed files with 16 additions and 5 deletions

View File

@@ -15,6 +15,8 @@
<%= f.input :password %>
<%= f.input :password_confirmation %>
<%= f.button :submit, "Sign up", :data => { :disable_with => "Signing up..." } %>
<%= recaptcha_tags %>
<% end %>
</div>
</div>