Closed (fixed)
Project:
IP Login
Version:
6.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Aug 2011 at 10:10 UTC
Updated:
1 Sep 2011 at 12:51 UTC
I set an IP in format 123.123.*.* but the form did not accept it saying "Only numbers, spaces, commas, dots and hyphens allowed in IP ranges."
This is obviously a critical issue... please help.
Comments
Comment #1
jim kirkpatrick commentedSorry, missed out the * character when testing... The fix is to change line 120, which looks like...
...to the following by adding a * to the second argument and a | to the third like this:
I've committed this fix at http://drupalcode.org/project/ip_login.git/commit/af631b0 so will be in 6.x-2.x-DEV later today when the packages are refreshed by Drupal.org.
Comment #2
vacilando commentedIt works, thanks.