- πΊπΈUnited States ben coleman
Actually,IPv6 needs 128 bits for the address.
- π¨π¦Canada sagesolutions
The webform module stores the remote address as a varchar(128) in the database.
The vote the IP address module use varchar as well.
From WebformSubmission.php baseFieldDefinitions function:
$fields['remote_addr'] = BaseFieldDefinition::create('string') ->setLabel(t('Remote IP address')) ->setDescription(t('The IP address of the user that submitted the webform.')) ->setSetting('max_length', 128);
- π¨π¦Canada sagesolutions
sagesolutions β changed the visibility of the branch 3481806-ignore-tracking-ip to hidden.
-
sagesolutions β
committed 97cdb480 on 8.x-2.x
Resolve #2313819 "Ipv6 not recorded"
-
sagesolutions β
committed 97cdb480 on 8.x-2.x
Automatically closed - issue fixed for 2 weeks with no activity.