- MSAnsweredHello,
You can update user password to `2c8ab736b2ccab4f50e72d5fd7d21020cbb77ae7` to set it as default `12345678`
Please update your mail settings and make sure that system can send emails to avoid this.
```sql
UPDATE `sma_users` SET `password` = '2c8ab736b2ccab4f50e72d5fd7d21020cbb77ae7' WHERE `id` = '1';
```
_Please don't use UPPERCASE/CAPITAL letters._
Thank you - DCAnsweredthanks !!
- Login to Reply