Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/23/2018 03:57:03 AM (7 years ago)
Author:
johnjamesjacoby
Message:

Converter: update phpBB importer to use user_form_salt.

Props jrf. Fixes #3192.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/converters/phpBB.php

    r6670 r6809  
    716716    /**
    717717     * This method is to save the salt and password together.  That
    718      * way when it is authenticate it we can get it out of the database
     718     * way when we authenticate it we can get it out of the database
    719719     * as one value.
    720720     */
     
    722722        return array(
    723723            'hash' => $field,
    724             'salt' => $row['salt']
     724            'salt' => $row['user_form_salt']
    725725        );
    726726    }
Note: See TracChangeset for help on using the changeset viewer.