Tuesday, November 8, 2016

WordPress Disable Lost Password Email

Many times in WordPress spam users tries to reset password by clicking on the "forget password" link which sends a email to the email address of the user with the reset link. Doing it many times sends multiple emails and may blacklist the domain as spam email domain by the hosting companies and email service providers.

To avoid this many times we need to disable any email sending. To achieve this we can use this plugin. This plugin disables forgot password email for all the users including administrator of the website.

Features of the plugin are as follows:

  • It Disables lost email functionality for all users including the administrator.


You can download and install this plugin at WordPress plugin repository

URL: https://wordpress.org/plugins/disable-lost-password-email/

No comments:

Post a Comment

MS SQL : How to identify fragmentation in your indexes?

Almost all of us know what fragmentation in SQL indexes are and how it can affect the performance. For those who are new Index fragmentation...