/**
 * Activates the TrustAuth plugin.
 */
function trustauth_activation()
{
    update_option(TRUSTAUTH_SALT_OPTION_NAME, TrustAuth::get_random_value());
    trustauth_create_tables();
}