summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-12-29 15:06:07 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-12-29 15:06:07 +0100
commit724d62776f8f00ae56e9ba6fde1be05e43a9c2c5 (patch)
tree5deca3fe83fc3d911cb67d2ede18e7bc7fefb6a6 /db
parentf2b0756296dc078aef00475893e7f731141b1430 (diff)
0001-fix-admin-default-password
Diffstat (limited to 'db')
-rw-r--r--db/install.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/install.sql b/db/install.sql
index 92cadfcd..7eb404a9 100644
--- a/db/install.sql
+++ b/db/install.sql
@@ -479,7 +479,7 @@ CREATE TABLE IF NOT EXISTS `User` (
--
INSERT INTO `User` (`UID`, `Nick`, `Name`, `Vorname`, `Alter`, `Telefon`, `DECT`, `Handy`, `email`, `ICQ`, `jabber`, `Size`, `Passwort`, `Gekommen`, `Aktiv`, `Tshirt`, `color`, `Sprache`, `Avatar`, `Menu`, `lastLogIn`, `CreateDate`, `Art`, `kommentar`, `Hometown`, `api_key`) VALUES
-(1, 'admin', 'Gates', 'Bill', 42, '', '', '', '', '', '', '', '$23PstrXfk7Nw', 1, 1, 0, 1, 'DE', 115, 'L', 1371899094, '0000-00-00 00:00:00', '', '', '', '');
+(1, 'admin', 'Gates', 'Bill', 42, '', '', '', '', '', '', '', '21232f297a57a5a743894a0e4a801fc3', 1, 1, 0, 1, 'DE', 115, 'L', 1371899094, '0000-00-00 00:00:00', '', '', '', '');
-- --------------------------------------------------------