Is it possible to block the user for all IP’s instead only one IP

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": []

}

Hi @auth0auth,

Have you looked at blocking through the dashboard? It should block globally.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.