ClassicPress password fixer
Fix password when migrated from WP 6.8 or above
by Simone Fioravanti · github.com/xxsimoxx/cp-password-fixer
★ 0stars
76release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/xxsimoxx/cp-password-fixer/releases/download/1.0.0/cp-password-fixer-1.0.0.zipReadme
Fix passwords issues when migrating from WP 6.8.x
There are migration issues between WordPress 6.8.x and ClassicPress due to a different approach to password hashing. This plugin provides a temporary fix until #1955 is merged. It's scheduled to be in ClassicPress version 2.5.0.
Notice that this plugin may conflict with other plugins that modify wp_check_password or wp_password_needs_rehash.
See 🐞 wp_check_password code discrepancy #1946 and Update password checks for WordPress 6.8 #1955.
Read the full README on GitHub →