vitalidze / traccar-web

Traccar Web UI mod
http://traccar.litvak.su/
151 stars 145 forks source link

Open Access user #165

Open Ferretdog opened 9 years ago

Ferretdog commented 9 years ago

Enhancement suggestion:

Ideally, a URL which goes directly into a read-only tracking page. This page is set up as a type of user, and is then made read-only by the admin. When accessing it, via a specific URL, it requires no username or password. 2nd best option: The ability to populate the user account and password fields using a URL, ideally feeding the information directly to the server so the login page does not display

vitalidze commented 9 years ago

I believe both points can be achieved with automatic login function. For the first just create a static URL with read-only user login and password, and for the second you can have some kind of form that uses server URL as action.

vitalidze commented 9 years ago

Probably first point intersects with #90

Ferretdog commented 9 years ago

Thanks. This is pretty much what I was looking for. Is there a way to select-on-map a particular tracker, and/or to set the zoom level, via the URL? This would allow me to build an html popup which briefly showed the position of a specific tracker.

vitalidze commented 9 years ago

Right now there is no such function. I will think about it.