Changeset 30413
- Timestamp:
- 11/20/2014 12:01:09 PM (10 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/pluggable.php
r29761 r30413 1940 1940 // If the hash is still md5... 1941 1941 if ( strlen($hash) <= 32 ) { 1942 $check = ( $hash == md5($password) );1942 $check = hash_equals( $hash, md5( $password ) ); 1943 1943 if ( $check && $user_id ) { 1944 1944 // Rehash using new hash.
Note: See TracChangeset
for help on using the changeset viewer.