New password Reset Feature help

marvinstuart4 years ago

Thank you for the implementation of the reset password in your latest version release.

I did a test on this feature and below is the email information i got

To reset password please click on the following link:
http://127.0.1.1?passwordReset=6baaaaa6fssss6fe4d84bsadadasd (no real)

How can i fix it to use the correct http other than this 127.0.1.1 ip address

Anton Tananaev4 years ago

You have to configure web.url.

marvinstuart4 years ago

Prefect got it fixed

Track-trace4 years ago

@marvinstuart can you show me where you changed that.

marvinstuart4 years ago

goto the traccar.xml file in the the conf folder and add following line

<entry key='web.url'>http://yourdomain.com</entry>

then save

goto your terminal
service traccar stop
service traccar start

BerndFfm4 years ago

Windows :

Open cmd.exe as administrator. Then

net stop traccar
net start traccar

#Bernd