lib/rodauth/features/verify_account.rb in rodauth-1.17.0 vs lib/rodauth/features/verify_account.rb in rodauth-1.18.0

- old
+ new

@@ -29,10 +29,10 @@ auth_value_method :verify_account_key_param, 'key' auth_value_method :verify_account_autologin?, true auth_value_method :verify_account_table, :account_verification_keys auth_value_method :verify_account_id_column, :id auth_value_method :verify_account_key_column, :key - auth_value_method :verify_account_session_key, :verify_account_key + session_key :verify_account_session_key, :verify_account_key auth_value_method :verify_account_set_password?, false auth_methods( :allow_resending_verify_account_email?, :create_verify_account_key,