This plugin keeps records of your users hashed passwords in order to prevent them from reusing their current or a previous password
This plugin keeps records of your users hashed passwords in order to prevent them from reusing their current or a previous password
/wp-contents/plugins/
directory.The passwords are as secure as the current password for your user, the plugin only stores the hashed version of the password.
run the following mysql – TRUNCATE TABLE ###password_log
– where ### is your table prefix (this can be found on your wp-config.php
Code refactoring for best practices.
Initial release version