5.7.39. Bugzilla::Install

5.7.39.1. NAME

Bugzilla::Install - Functions and variables having to do with
installation.

5.7.39.2. SYNOPSIS

use Bugzilla::Install;
Bugzilla::Install::update_settings();

5.7.39.3. DESCRIPTION

This module is used primarily by checksetup.pl during installation. This module contains functions that deal with general installation issues after the database is completely set up and configured.

5.7.39.4. CONSTANTS

SETTINGS

Contains information about Settings, used by `update_settings()`_.

5.7.39.5. SUBROUTINES

update_settings()

Description: Adds and updates Settings for users.

Params: none

Returns: nothing.

create_default_classification

Creates the default "Unclassified" Classification if it doesn't already exist

create_default_product()

Description: Creates the default product and component if
they don't exist.

Params: none

Returns: nothing

5.7.39.6. Methods in need of POD

update_system_groups

reset_password

make_admin

create_admin

init_workflow


This documentation undoubtedly has bugs; if you find some, please file them here.