From 6f14272c6d553e1faefd2ce6909afd8001d3556d Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Wed, 2 Sep 2015 14:35:00 +1000 Subject: [PATCH] Updated SQL for upgrade --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e53e5b72..9556f396 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ Database changes for session authentication: /* Make the first user the admin user - with default password of: password */ INSERT INTO `lime_users` (`users_name`, `password`, `full_name`, `parent_id`, `lang`, `superadmin`) -SELECT username, '0x35653838343839386461323830343731353164306535366638646336323932373733363033643064366161626264643632613131656637323164313534326438', firstName, 1, 'auto', 1 +SELECT username, '0x35653838343839386461323830343731353164306535366638646336323932373733363033643064366161626264643632613131656637323164313534326438', firstName, 0, 'auto', 1 FROM operators WHERE operator_id = 1;