- Issue created by @Deciphered
When using this module in conjunction with the Tome Sync module → , if you save an IP with a digit >= 128 Tome will throw a JSON encode exception due to the non-unicode characters.
1. Setup a Drupal site with Tome Sync and IP Login installed and configured.
2. Use IP 100.100.100.100 on an IP login field and save
- This will successfully save the data as dddd
in the Tome yaml file
3. Use IP 128.128.128.128 on an IP login field and save
- This will error
See screenshot for sample of data:
Active
4.0
Code