Hi, I purchased this product yesterday and installed it on my local server xampp on mac. Since yesterday till date, I can’t log in. It keeps saying Login Failed, Please try again I have even changed the default email and password in xampp PHPMyAdmin but still getting the error.
- MSAnswered
Hello,
The default login credentials are
Username: [email protected] Password: 12345678
If you have changed them in database, then you can’t login. Please reset them and then try the above. You can delete the user and then run the below query to create again.
INSERT INTO `tec_users` (`id`, `last_ip_address`, `ip_address`, `username`, `password`, `salt`, `email`, `activation_code`, `forgotten_password_code`, `forgotten_password_time`, `remember_code`, `created_on`, `last_login`, `active`, `first_name`, `last_name`, `company`, `phone`, `avatar`, `gender`, `group_id`) VALUES (1, '127.0.0.1', '127.0.0.1', 'admin', 'fe941d48eb1fbce34b4588ae500861570fb0e398', NULL, '[email protected]', NULL, NULL, NULL, NULL, 1435204774, 1442292729, 1, 'Admin', 'Admin', 'Tecdiary', '012345678', NULL, 'male', 1);
Thank you
- BBAnswered
Hi, it worked. Thanks. Can I delete then default admin since I’ve now been able to login and created new admin?
- MSAnswered
Yes, please add new admin first then only edit/delete the default. Thank you
- BBAnswered
Thank you. I just have another issue. The POS interface is showing products limited to only 10 counts. But I have uploaded over 100 products. How can I get the rows and coloumns filled without leaving empty spaces? Please find attach a screenshot
- MSAnswered
Hello,
Please update your settings and set
Product Display Limit
as you need.Thank you
- BBAnswered
Thank you
- BBAnswered
Thanks
- Login to Reply