From 4b8079bae7c532137f92d8745d927405efec40fb Mon Sep 17 00:00:00 2001 From: Disassembler Date: Wed, 29 Nov 2017 21:27:45 +0100 Subject: [PATCH] Set CTS initial last admin login to null --- cts/tmp/cts-adminpwd.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cts/tmp/cts-adminpwd.sql b/cts/tmp/cts-adminpwd.sql index f10ebd5..9a396d1 100644 --- a/cts/tmp/cts-adminpwd.sql +++ b/cts/tmp/cts-adminpwd.sql @@ -1 +1 @@ -INSERT INTO accounts_ctsuser (id, password, last_login, is_superuser, name, email, is_staff, is_active, date_joined, mobile, code, skype, notes, role, referrer_id, city_id, colour, deviceid) VALUES (nextval('accounts_ctsuser_id_seq'), '${CTS_ADMIN_HASH}', now(), true, '${CTS_ADMIN_USER}', '${CTS_ADMIN_EMAIL}', true, true, now(), '', '${CTS_ADMIN_SECRET}', '', '', 'partner', NULL, NULL, '', ''); +INSERT INTO accounts_ctsuser (id, password, last_login, is_superuser, name, email, is_staff, is_active, date_joined, mobile, code, skype, notes, role, referrer_id, city_id, colour, deviceid) VALUES (nextval('accounts_ctsuser_id_seq'), '${CTS_ADMIN_HASH}', NULL, true, '${CTS_ADMIN_USER}', '${CTS_ADMIN_EMAIL}', true, true, now(), '', '${CTS_ADMIN_SECRET}', '', '', 'partner', NULL, NULL, '', '');