Skip to:
Content
Pages
Categories
Search
Top
Bottom

Logged in on WordPress, bbPress header shows as logged in, but can't post

Viewing 1 replies (of 1 total)
  • OK, if you change line 189 of forum/bb-includes/backpress/class.wp-auth.php to this:

    $key = wp_hash( $username . $pass_frag . ‘|’ . $expiration, $scheme );

    It works.

    The standard is this:

    $key = call_user_func(backpress_get_option(‘hash_function_name’), $username . $pass_frag . ‘|’ . $expiration, $scheme );

    Which doesn’t work. Has the algorithm changed in the latest version of WordPress?

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar