wp_login_form is ignored
-
I have a custom login page that uses wp_login_form(), which is the normal login form for wordpress. When you fail login attempts with this function, it does not count towards the limited login attempts.
How can I make this login form be included in the limited attempts?
It seems like that’s a pretty easy backdoor for any plugin that has a built-in login page. It makes sense to me that this plugin should also account for logins through that native wordpress function.
- The topic ‘wp_login_form is ignored’ is closed to new replies.