GG
Asked
Hi,
I have forgotten the password i set up for the stock manager, and i am unable to reset it as the email address goes to [email protected].
Please let me know how can i reset the password and change the email address.
- MSAnswered
Hello,
You can set the user password to
2a7c8e0896640da11cef8c5767e56efb359f947e
to set default password of 12345678The sql query will be as follows
UPDATE `tec_users` SET `password`='2a7c8e0896640da11cef8c5767e56efb359f947e' WHERE id = xxxxx;
Please replace
xxxxx
with user id.Thank you
- GGAnswered
Worked like a charm. thanks
- Login to Reply