- MSAnsweredHello,
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 - YAnsweredHello
Can you send the command line?
Thanks - MSAnsweredHello,
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 - YAnsweredThank you for your support
- TAnsweredAwesome
- Login to Reply