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.
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.
- MSAnsweredHello,
You can set the user password to `2a7c8e0896640da11cef8c5767e56efb359f947e` to set default password of 12345678
The sql query will be as follows
```sql
UPDATE `tec_users` SET `password`='2a7c8e0896640da11cef8c5767e56efb359f947e' WHERE id = xxxxx;
```
Please replace `xxxxx` with user id.
Thank you - GGAnsweredWorked like a charm. thanks
- Login to Reply