Hey,
Is it possible to block the user for all IP’s instead only one IP?
I see that the blocked_for field in the raw JSON has IP .
Can we put a regex or * in the IP filed using a custom rule to block the user completely from further logins?
"verify_email": false,
"last_ip": "*.*.*.*",
"last_login": "2020-06-03",
"logins_count": 1,
"blocked_for": [
{
"identifier": "tetingaccount@gmail.com",
"connection": "LOGIN-DATABASE",
"ip": "123.123.123.123"
}
],
"guardian_authenticators": []
}