Incompatible with plugins that change the default password hash algorithm
-
If you install this plugin alongside a plugin which changes the default password hash, password protected posts won’t work.
wp-login.php uses new PasswordHash( 8, true ) to generate the password hash for password protected posts. But TML uses $wp_hasher which is the global variable that can be overridden by other plugins.
As a result password protected posts don’t work. Please update TML to be more in line with wp-login.php so that this and the bug I filed 6 months ago can be fixed.
Thanks,
Tom Adams
dxw
The topic ‘Incompatible with plugins that change the default password hash algorithm’ is closed to new replies.