INSERT INTO `timesheet_manager`.`user` (`email`,`password`,`last_name`,`first_name`,`active`,`created_at`,`created_by`) VALUES ('[email protected]', '$2y$10$PGasrJUfgj2BUdLSYvzpBOr0WWezQu3FSbTa.aNDD1IYUK59s6JX.', 'Doe', 'John', '1',NOW(), '1');
info at phpclasses dot org