You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
166 lines
4.8 KiB
166 lines
4.8 KiB
<?php //$id$
|
|
/**
|
|
* This script contains the data to fill (or empty) the database with using
|
|
* the fillers in this directory.
|
|
* @author Yannick Warnier <yannick.warnier@dokeos.com>
|
|
*
|
|
*/
|
|
/**
|
|
* Initialisation section
|
|
*/
|
|
$users = array();
|
|
$users[] = array(
|
|
'username' => 'ywarnier',
|
|
'pass' => 'ywarnier',
|
|
'firstname' => 'Yannick',
|
|
'lastname' => 'Warnier',
|
|
'status' => 1,
|
|
'auth_source' => 'platform',
|
|
'email' => 'yannick.warnier@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1,
|
|
);
|
|
$users[] = array(
|
|
'username' => 'mmosquera',
|
|
'pass' => 'mmosquera',
|
|
'firstname' => 'Michela',
|
|
'lastname' => 'Mosquera Guardamino',
|
|
'status' => 1,
|
|
'auth_source' => 'platform',
|
|
'email' => 'michela.mosquera@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1,
|
|
);
|
|
$users[] = array(
|
|
'username' => 'mlanoix',
|
|
'pass' => 'mlanoix',
|
|
'firstname' => 'Michel',
|
|
'lastname' => 'Lanoix',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'michel.lanoix@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'jmontoya',
|
|
'pass' => 'jmontoya',
|
|
'firstname' => 'Julio',
|
|
'lastname' => 'Montoya',
|
|
'status' => 1,
|
|
'auth_source' => 'platform',
|
|
'email' => 'julio.montoya@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'agarcia',
|
|
'pass' => 'agarcia',
|
|
'firstname' => 'Alan',
|
|
'lastname' => 'Garcia',
|
|
'status' => 1,
|
|
'auth_source' => 'platform',
|
|
'email' => 'agarcia@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'pperez',
|
|
'pass' => 'pperez',
|
|
'firstname' => 'Pedro',
|
|
'lastname' => 'Perez',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'pperez@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'ggomez',
|
|
'pass' => 'ggomez',
|
|
'firstname' => 'Gabriela',
|
|
'lastname' => 'Gomez',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'ggomez@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'norizales',
|
|
'pass' => 'norizales',
|
|
'firstname' => 'Noa',
|
|
'lastname' => 'Orizales',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'norizales@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'jbrion',
|
|
'pass' => 'jbrion',
|
|
'firstname' => 'Jon',
|
|
'lastname' => 'Brion',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'jbrion@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
|
|
$users[] = array(
|
|
'username' => 'fapple',
|
|
'pass' => 'fapple',
|
|
'firstname' => 'Fiona',
|
|
'lastname' => 'Apple Maggart',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'fapple@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
$users[] = array(
|
|
'username' => 'acalabaza',
|
|
'pass' => 'acalabaza',
|
|
'firstname' => 'Aldo',
|
|
'lastname' => 'Calabaza',
|
|
'status' => 5,
|
|
'auth_source' => 'platform',
|
|
'email' => 'acalabaza@example.com',
|
|
'creator_id' => 1,
|
|
'active' => 1
|
|
);
|
|
|
|
|
|
$users[] = array('username' => 'mhalles','pass' => 'mhalles','firstname' => 'Maria','lastname' => 'Halles','status' => 5,'auth_source' => 'platform','email' => 'mhalles@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'adaniel','pass' => 'adaniel','firstname' => 'Annaa','lastname' => 'Daniel','status' => 5,'auth_source' => 'platform','email' => 'adaniel@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'ppiedra','pass' => 'ppiedra','firstname' => 'Pirot','lastname' => 'Piedra','status' => 5,'auth_source' => 'platform','email' => 'ppiedra@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'amartin','pass' => 'amartin','firstname' => 'Angel','lastname' => 'Martin','status' => 5,'auth_source' => 'platform','email' => 'amartin@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'mhingis','pass' => 'mhingis','firstname' => 'Marsi','lastname' => 'Hingis','status' => 5,'auth_source' => 'platform','email' => 'mhingis@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'jlennon','pass' => 'jlennon','firstname' => 'Johny','lastname' => 'Lennon','status' => 5,'auth_source' => 'platform','email' => 'jlennon@example.com','creator_id' => 1,'active' => 1);
|
|
$users[] = array('username' => 'pchavez','pass' => 'pchavez','firstname' => 'Parol','lastname' => 'Chavez','status' => 5,'auth_source' => 'platform','email' => 'pchavez@example.com','creator_id' => 1,'active' => 1);
|
|
|
|
|
|
/*
|
|
$users[] = array(
|
|
'username' => '',
|
|
'pass' => '',
|
|
'firstname' => '',
|
|
'lastname' => '',
|
|
'status' => 1,
|
|
'auth_source' => 'platform',
|
|
'email' => '',
|
|
'status' => 1,
|
|
'creator_id' => 1,
|
|
'active' => 1,
|
|
);
|
|
*/ |