Admin User

lansatec 3 years ago

Is it possible to change the admin password? What type of hash are you using in MySQL DB?

Thanks

Anton Tananaev 3 years ago

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

lansatec 3 years ago

Thanks.