authenticaction, registration, login fix

This commit is contained in:
Bossanyi Tibor
2020-06-10 17:26:47 +02:00
parent c685dfb71c
commit 077f7e10e6
5 changed files with 12 additions and 20 deletions
+1
View File
@@ -1 +1,2 @@
INSERT INTO `customer` (`name`, `firstname`, `email`, `password`, `sex`, `age`, `active`, `date_add`, `date_change`, `data_policy_allowed`, `admin`) VALUES ('Dummy User', NULL, 'bosi', '$2a$10$thOc8jS750c7xe9U9Qq3GuSPs/H0Pt2Ads05yzUlyzQBIj.Rk9QCy', 'm', 40, 'N', NULL, NULL, 1, 1);
UPDATE configuration set config_value = "0.0.3" WHERE config_key = "db_version";