LinxHQ / linxbooks

Open-source accounting software (customers, invoices, quotations, bills, expenses, payrolls and reports)
GNU Affero General Public License v3.0
104 stars 66 forks source link

Remove the User Entry #2

Closed amaisonneuve closed 9 years ago

amaisonneuve commented 9 years ago

This is a security violation, please remove this statment from the SQL file that is run at install time. I have removed it from my fork.

INSERT INTO lb_sys_accounts (account_id, account_email, account_password, account_created_date, account_timezone, account_language, account_status) VALUES (1, 'thongnv@linxhq.com', '$2a$13$qpeEkJRJxEX9EKyWqQZHC.2IAoGyhhWlSWtnavgROUk98Tp0UPODy', '2015-06-15 04:15:17', NULL, NULL, 1);

josephpnc commented 9 years ago

Thanks for spotting that! @HoDucTien37 can you update the main branch? Thanks!

HoDucTien37 commented 9 years ago

Hi, This has been updated. Please download code again and reinstall it. Let us know if you have any inquiries. Thanks,