summaryrefslogtreecommitdiffstats
path: root/pbs-data.sql
diff options
context:
space:
mode:
authorSimon2011-03-08 20:33:51 +0100
committerSimon2011-03-08 20:33:51 +0100
commitc8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2 (patch)
tree056bc62afec74dadd52677e8a231f5a2c579a8b5 /pbs-data.sql
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.gz
pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.tar.xz
pbs2-c8bbb9cae7b60ed988cbbf93f9e5cdbfae798ce2.zip
ansichten vereinheitlicht & Auth gefixxt & user test//test angelegt
Diffstat (limited to 'pbs-data.sql')
-rw-r--r--pbs-data.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/pbs-data.sql b/pbs-data.sql
index 52a174a..89d9e92 100644
--- a/pbs-data.sql
+++ b/pbs-data.sql
@@ -71,3 +71,7 @@ INSERT INTO `pbs_bootiso` (`bootisoID`, `title`, `membershipID`, `groupID`, `pat
(1, 'BootISO 1', 1, 1, '', 1337, '', NULL, 1),
(2, 'BootISO 2', 1, 1, '', 1337, '', NULL, 1);
+INSERT INTO `pbs_person` (`personID`, `title`, `name`, `firstname`, `street`, `housenumber`, `city`, `postalcode`, `logindate`, `registerdate`, `email`, `login`, `password`, `password_salt`) VALUES
+(1, '1', '2', '3', '4', '5', '6', '7', NULL, '1299612370', 'test', NULL, '4207acba08cadccc397e2302a55b339a', 'f21ee663b17bcefc6868694dffda602a');
+
+