Fix employee creation + use new hashing in dbscript init (#855)

This commit is contained in:
jekkos
2016-09-01 20:26:25 +02:00
parent 71e54d90bf
commit 17084d8a8f
4 changed files with 4 additions and 4 deletions

View File

@@ -125,7 +125,7 @@ CREATE TABLE `ospos_employees` (
--
INSERT INTO `ospos_employees` (`username`, `password`, `person_id`, `deleted`, `hash_version`) VALUES
('admin', '439a6de57d475c1a0ba9bcb1c39f0af6', 1, 0, 1);
('admin', '$2y$10$vJBSMlD02EC7ENSrKfVQXuvq9tNRHMtcOA8MSK2NYS748HHWm.gcG', 1, 0, 2);
-- --------------------------------------------------------