• Resolved Vondelphia.com

    (@vondelphia)


    I think one more great feature for this plugin would be an option to disable error messages / output (instead of using CSS to hide #login_error). This is a common security approach that I think would make your plugin much more powerful.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Mustafa Uysal

    (@m_uysl)

    “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.

Viewing 1 replies (of 1 total)
  • The topic ‘disable error messages toggle option in settings’ is closed to new replies.