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
You have to map it and keep it up to date manually. It doesn't really change very often.
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...
It's probably possible to do something in the code.
I mapped the folder templates/full, so I can change notifications also.
Thanks a lot
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 behttps://[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