Make WordPress Core

Changeset 9680


Ignore:
Timestamp:
11/14/2008 04:35:14 PM (16 years ago)
Author:
ryan
Message:

Provide fallback salt to accommodate custom schemes. Props tellyworth. fixes #8212

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r9374 r9680  
    12711271            }
    12721272        }
     1273    } else {
     1274        // ensure each auth scheme has its own unique salt
     1275        $salt = hash_hmac('md5', $scheme, $secret_key);
    12731276    }
    12741277
Note: See TracChangeset for help on using the changeset viewer.