Password reset link

itec3 years ago

Hi.
I'm running Traccar on docker.
I use version 5.3 with legacy web app. (<entry key='web.path'>./legacy</entry>)
Password reset link is not working, the url is https://[mydomain]/reset-password?passwordReset= while it should be https://[mydomain]/?passwordReset=
Accoding to another post in this forum, I should edit template file passwordReset.vm.
How can I edit it in docker?
If I edit it inside the container, the change is not persistent. If I map it outside, it will not be updated in future Traccar versions.
Thanks

Anton Tananaev3 years ago

You have to map it and keep it up to date manually. It doesn't really change very often.

itec3 years ago

Would it be possible to fix it in the code?
I think that legacy web app is still in use, and several users will have the same problem...

Anton Tananaev3 years ago

It's probably possible to do something in the code.

itec3 years ago

I mapped the folder templates/full, so I can change notifications also.
Thanks a lot