PasswordHash help!
-
When i try to run the following code i get an error.
global $wpdb, $wp_hasher; $wp_hasher = new PasswordHash(8, TRUE);Fatal error: Class ‘PasswordHash’ not found in …/header.php on line 45
What am i doing wrong. What else do i need to do to get this to work?
Ilan
The topic ‘PasswordHash help!’ is closed to new replies.