-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where i can edit the traccar-web.war to allow traccar manager app work. #759
Comments
The main incompatibility is the password hashing functionality:
So, to handle this the following steps must be changed:
<entry key='database.loginUser'>
SELECT * FROM users
WHERE email = :email;
</entry> It should join the
For testing here are docs of the backend API: https://www.traccar.org/traccar-api/ These are just my thoughts, I haven't tried it myself. |
Hi Vitaly, Have you fixed this issue in your new release? or How can I use your rest API in our mobile app. Hi @onethings Have you got any solution of this issue. I am also facing same issue. |
No, I haven't fixed that yet. среда, 13 июля 2016 г. пользователь rbniranjan написал:
Kind regards, Vitaly Litvak |
Thanks for your update. Now I am thinking into another way. I will try to login using your api and then try to use traccar server api. I hope it will work. |
Hi, @rbniranjan |
@rbniranjan i found this android app can login with traccar web ui mod and traccar mod. https://play.google.com/store/apps/details?id=org.erlymon.traccarm |
@vitalidze Can you show the correct way to make the add new hashing function with the same algorithm and the query please? I'm lose! XD |
I gave a reference to code in backend project. You need to put it into PasswordHashMethod class somehow. |
Hi All Hope you are well. I am also having this issue. I have VERY limited programming knowledge and am trying to learn. I do however need some guidance as to how to fix this issue? It is quite important to me as I would like to learn to develop on this MOD as it is FANTASTIC! Please can you guide me on how to get this resolved? |
@rdentandt do you have a particular question? From my point of view all needed information is already present in this ticket. |
Hi There Might be but I am no developer and would some guidance on how to add the doHash commands to the java file before compiling. Apologies for this but like I said I have no development experience. I am learning so any guidance will be helpful. Thanks On 13 Nov 2016, at 3:26 PM, Vitaly Litvak [email protected] wrote: @rdentandt do you have a particular question? From my point of view all needed information is already present in this ticket. — |
@rdentandt You need to start from learning java. |
…dded new password hashing method and user's salt field
Hi, I developed a Traccar manager version using hybrid framework (Ionic), it is free and compatible with the UI Mod: |
# LOVE YOU LITVAK! There changes on new version are awesome! Thank you very much! |
hi,, litvak i cant add a new user.. in WEB UI 3.9 the log
|
@cuantic first of all, please don't post your questions in random threads. I don't see any relation with this thread. Regarding your issue: this means you haven't followed installation instructions carefully. Most probably you haven't dropped existing database or haven't disabled database schema updates. |
Hi,
Which file (traccar-web.war ) and code i can edit to allow traccar manager app ( android & ios ) work. Thank you very much.
Android – https://github.com/tananaev/traccar-manager-android
iOS – https://github.com/tananaev/traccar-manager-ios
The text was updated successfully, but these errors were encountered: