phpBB::callback_savepass( $field, $row )
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.
Description
Source
File: bp-forums/admin/converters/phpBB.php
592 593 594 595 596 597 | public function callback_savepass( $field , $row ) { return array ( 'hash' => $field , 'salt' => $row [ 'salt' ] ); } |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.