Last modified: 2011-03-13 18:05:55 UTC
see title. I'll patch this with enotif
It's not using isIP() because it checks if the name *contains* an IP address, not if it is in its *entirety* an IP address. Further, the exact match check would fail due to the order of operations with normalization. That should be separately fixed but is not the same issue.
(In reply to comment #1) > It's not using isIP() because it checks if the name *contains* an IP address, not if it is in its *entirety* an IP > address. > > Further, the exact match check would fail due to the order of operations with normalization. That should be > separately fixed but is not the same issue. Brion: I thought this is the same (eg. either a name or - automatically by the script - th IP address. Because I do not understand, what you mean, I propose you write a small fix, so that I understand the difference. In SpecialUserlogin.php -- what exactly shall replace the preg_match() call therein ? Please can you place the "codelet" here ? ( Someone has objected already one time against another similar codepart in UserTalkUpdate, which was not inserted by me )