• Resolved Anonymous User 14978628

    (@anonymized-14978628)


    Hello, if i have restricted login to a certain ip in htaccess will this plugin still be of any benefit?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPChef

    (@wpchefgadget)

    Hi martychc23,

    Yes, b/c it doesn’t depend on IP addresses, it depends on the fact that bots don’t get the verification cookie and thus get bounced.

    [ Signature deleted ]

    • This reply was modified 6 years, 7 months ago by Jan Dembowski.
    Thread Starter Anonymous User 14978628

    (@anonymized-14978628)

    ok, i understand what you’re saying but i’m still unclear as to how this would provide additional protection over restricting login ip to a set ip with htaccess.

    For example, with the following in my htaccess all other ips visiting my login page would get bounced at the server level:

    <Files wp-login.php>
    order deny,allow
    Deny from all
    Allow from [moderated]
    </Files>

    So how does this plugin provide additional protection? It’s only the login page the plugin protects right? Sorry if i’m missing something obvious!

    • This reply was modified 7 years, 7 months ago by Andrew Nevins.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Login IP Restriction’ is closed to new replies.