changeset 22 | 8c2e4d02f4ef |
parent 21 | 48c4eec2b7e6 |
--- a/wp/wp-includes/class-wp-user.php Fri Sep 05 18:40:08 2025 +0200 +++ b/wp/wp-includes/class-wp-user.php Fri Sep 05 18:52:52 2025 +0200 @@ -11,6 +11,8 @@ * Core class used to implement the WP_User object. * * @since 2.0.0 + * @since 6.8.0 The `user_pass` property is now hashed using bcrypt by default instead of phpass. + * Existing passwords may still be hashed using phpass. * * @property string $nickname * @property string $description