KH
Asked
Hi there, Mistakenly I updated owner email and pwd. Now I can’t access. to admin of http://eposecomdual.advancedepos.com/ Please help how can I access?
- MSAnsweredHello,
These questions are public. Please never share any private details publicly. If you need to share any confidential details, please add private reply to question.
You can try to reset password on login page. If you have not configured email settings, please delete the user and run following query to add default user after selecting your database
```
INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`) VALUES
(1, '127.0.0.1', '\0\0', 'owner', '2c8ab736b2ccab4f50e72d5fd7d21020cbb77ae7', NULL, '[email protected]', NULL, NULL, NULL, NULL, 1351661704, 1426618492, 1, 'Owner', 'Owner', 'Stock Manager', '012345678', NULL, 'male', 1, NULL, NULL, NULL);
``` - Login to Reply