Changes honeypot family name to address on users sign up form
This commit is contained in:
@@ -2,7 +2,7 @@ class Users::RegistrationsController < Devise::RegistrationsController
|
||||
prepend_before_action :authenticate_scope!, only: [:edit, :update, :destroy, :finish_signup, :do_finish_signup]
|
||||
before_filter :configure_permitted_parameters
|
||||
|
||||
invisible_captcha only: [:create], honeypot: :family_name, scope: :user
|
||||
invisible_captcha only: [:create], honeypot: :address, scope: :user
|
||||
|
||||
def new
|
||||
super do |user|
|
||||
|
||||
Reference in New Issue
Block a user