File: bp-forums/admin/converters/Example.php
Description
Example::authenticate_pass()

This method is to take the pass out of the database and compare to a pass the user has typed in.

Source: bp-forums/admin/converters/Example.php:634

Example

Example converter base impoprter template for Forums

Source: bp-forums/admin/converters/Example.php:9

Example::__construct()

Main Constructor

Source: bp-forums/admin/converters/Example.php:16

Example::setup_globals()

Sets up the field mappings

Source: bp-forums/admin/converters/Example.php:24

Example::info()

This method allows us to indicates what is or is not converted for each converter.

Source: bp-forums/admin/converters/Example.php:613

Example::callback_savepass()

This method is to save the salt and password together. That way when we authenticate it we can get it out of the database as one value. Array values are auto sanitized by WordPress.

Source: bp-forums/admin/converters/Example.php:622