Question: Forgotten Password To Simple Stock

Forgotten Password To Simple Stock

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 pa

GG

Gohulan Guganeshan

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.
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • GG

    Gohulan Guganeshan

    Answered
    Worked like a charm. thanks
  • Login to Reply