Reset email sending and setup for Forget Password

Furqan Mughal a month ago

Hey,
I am working on my Flutter project with Traccar Server, and created multiple user on my Server.
Now, what if user forgot their password after reinstall app or logout. How user will restore their password?

Anton Tananaev a month ago

Check what the official app does.

Furqan Mughal a month ago

Traccar Manager can not allow me to logged in with my registered user on my Manager Account.

Anton Tananaev a month ago

You would need to explain that statement.

Furqan Mughal a month ago

Sorry for not explaining well,
What i am trying to say,
I have Traccar manager account and a paid Traccar Server.
I made Flutter app in which users can register their account on that manager account. Manager can logged in and see all users list ..etc.
Now, my concern is how my users can recover or reset their password if they forgot password.
On traccar manager app only manager account holder can logged in, As per your suggestion "Check what the official app does." I was trying to logged in on Traccar manager app with registered user creds.

In Login, i am authenticating user using "/session" to get JSESSIONID
Now, What if user lost their password then how did they get them selves authenticated as they are registered users on Traccar manager account. And according to Traccar Api Docs there is no api related to resetting or restoring password via sending email link on user's email so that they can reset their password.

Anton Tananaev a month ago

What I suggested is to look at the official app source code, specifically the web app. That will tell you how to reset the password.

Furqan Mughal a month ago

What you are trying to say it is possible but i have to dig in and find password resetting way ?

Anton Tananaev a month ago

Yes.

Furqan Mughal a month ago

Ok thanks that helped

Anton Tananaev a month ago

Great. Share if you manage to implement it.

Furqan Mughal 19 days ago

Hey I have managed to implement Reset/Forget Password.

Api EndPoint: (POST)
password/reset
param: email

It sends email with a link to recover my password just like this,

https://x912408e9.traccar.com/reset-password?passwordReset=[token]

with Traccar's email and Logo show in my inbox of gmail.

But we want to show our Apps email and logo.

Currently user receiving recovery email from traccar not from our App's name.
Is it possible or some changes on your side so our Applications users get recovery email from our email and logo instead of Traccar email and logo.

Furqan Mughal 19 days ago

Screenshot 2026-02-20 at 10.23.09 AM.png

Anton Tananaev 19 days ago

You have to configure your own SMTP service.

Furqan Mughal 19 days ago

Basically, we send you our SMTP Configuration details and Support team will update configuration on Server right?

Anton Tananaev 19 days ago

Correct.