=== Disable Password Reset Extended ===
Contributors: milhouse1337
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8YPTKSNYKBE5Y
Tags: password, reset, disable
Requires at least: 2.7
Tested up to: 3.2.1
Stable tag: 1.0

This plugin is used to completely disable the built-in password reset feature in WordPress. Used for high-security purpose ONLY.

== Description ==

This plugin is meant to be an update on the available "Disable Password Reset" plugin available <a href="http://wordpress.org/extend/plugins/disable-password-reset/" target="_blank">here</a>.

This version can remove more deeply the password reset mechanism. Used for high-security purposes ONLY. The password can only be changed in the database directly if activated.

Features :

* Remove Input Field in Admin Area
* Remove Reset Link in Login Dialog
* Remove Reset Link in Login Error (notice)

There is no option for this plugin right now but I'm planning to add some in the future. Also, no multilingual support for now, but planned.

All comments are welcome.

== Installation ==

This section describes how to install the plugin and get it working.

1. Upload `disable-password-reset-extended.php` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= How do I reset my password now? =

You can change the password directly on the database.
http://codex.wordpress.org/Resetting_Your_Password

= Any multilingual support? =

This version of the plugin does only work on the "official" en_US version of WordPress. We are working making to compatible to every languages supported by WordPress very soon.

== Screenshots ==

Nothing so far.

== Changelog ==

= 1.0 =
* Initial version.
* Added more hooks.

