- MSAnswered
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 12345678Thank you
- YAnswered
Hello
Can you send the command line?
Thanks
- MSAnswered
Hello,
The sql query will be as following
UPDATE `tec_users` SET `password`='fe941d48eb1fbce34b4588ae500861570fb0e398' WHERE id = xxxxx;
Please replace
xxxxx
with user id.Thank you
- YAnswered
Thank you for your support
- TAnswered
Awesome
- Login to Reply