bbPress1::authenticate_pass( $password, $serialized_pass )
This method is to take the pass out of the database and compare to a pass the user has typed in.
Contents
Description Description
Source Source
File: includes/admin/converters/bbPress1.php
public function authenticate_pass( $password, $serialized_pass ) { return false; }