Question: Reset password SimplePOS-Windows Installer

Reset password SimplePOS-Windows Installer

Hi Unfortunately, I forgot password, can you help me to reset? Regards, Ya

Y

Yaa

Asked
Hi

Unfortunately, I forgot password, can you help me to reset?

Regards,

Ya
  • MS

    Mian Saleem

    Answered
    Hello,

    If it isn't admin account then you can login to set user password. Otherwise you will need to edit the database with any sqlite gui such as tableplus and update the password field of user in tec_users table to `fe941d48eb1fbce34b4588ae500861570fb0e398` to set default password of 12345678

    Thank you
  • Y

    Yaa

    Answered
    Hello

    Can you send the command line?

    Thanks
  • MS

    Mian Saleem

    Answered
    Hello,

    The sql query will be as following

    ```sql
    UPDATE `tec_users` SET `password`='fe941d48eb1fbce34b4588ae500861570fb0e398' WHERE id = xxxxx;
    ```

    Please replace `xxxxx` with user id.

    Thank you
  • Y

    Yaa

    Answered
    Thank you for your support
  • T

    Testing

    Answered
    Awesome
  • Login to Reply