File: bp-forums/admin/converters/phpBB.php |
Description |
|---|---|
| phpBB::callback_savepass() |
This method is to save the salt and password together. That way when it is authenticate it we can get it out of the database as one value. |
| phpBB::authenticate_pass() |
Check for correct password |
| phpBB::_hash_crypt_private() |
The crypt function/replacement |
| phpBB::_hash_encode64() |
Encode hash |
| phpBB::callback_forum_type() |
Translate the forum type from phpBB v3.x numeric’s to WordPress’s strings. |