Open php-coder opened 4 years ago
As there many spam bots now, let's log their IP addresses. We can save this info into users_activation table. Another option is to modify MDC filter to use IP-address as a user login.
users_activation
Perhaps, we should use a specialized type instead of storing as a string. Also we should think about IPv6.
See:
As there many spam bots now, let's log their IP addresses. We can save this info into
users_activation
table. Another option is to modify MDC filter to use IP-address as a user login.