disable error messages toggle option in settings

[ad_1]

“There is no account with that username or email address.”

You can get the same error message by just visiting the forgotten password page. However, you can disable email integration by adding this to wp-config.php

define( 'MAGIC_LOGIN_USERNAME_ONLY', true );

In this case, you will get “There is no account with that username.” message. (when the username mismatches)

Preventing output would be nice for security but bad for the product, a regular user expect a clear message right after submitting a form.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer