Is it possible to change the admin password? What type of hash are you using in MySQL DB?
Thanks
Admin can change his own password.
If you want to change it in the database directly, here's the hashing info:
https://github.com/traccar/traccar/blob/master/src/main/java/org/traccar/helper/Hashing.java#L33
Thanks.
Is it possible to change the admin password? What type of hash are you using in MySQL DB?
Thanks