Traccar Server 'language' field showing an email address

RichardG8 years ago

Hi,

I am having an issue where my traccar login is showing an email address instead of the language.

If I select a language it changes it to what I chose, but it will still show the language field as an email account.

Let me know if you would like an image uploaded of the issue.

Thanks for any help.

Anton Tananaev8 years ago

What version of Traccar are you using? Have you done any modifications to the config?

Also, please provide a screenshot.

RichardG8 years ago

thanks for the reply anton

It appears to be browser related. The issue is occurring in Chrome.

No big deal, I can just use another browser.

3.4

2016-06-16 22:13:16  INFO: [F3712F27] disconnected
2016-06-16 22:13:16  INFO: [13914AA0] disconnected
2016-06-16 22:13:16  INFO: [4A9EC95F] disconnected
2016-06-16 22:13:16  INFO: [5AEFEE87] disconnected
2016-06-16 22:12:53  INFO: Operating system name: Linux version: 3.13.0-74-generic architecture: amd64
2016-06-16 22:12:53  INFO: Java runtime name: Java HotSpot(TM) 64-Bit Server VM vendor: Oracle Corporation version: 25.74-b02
2016-06-16 22:12:53  INFO: Memory limit heap: 241mb non-heap: 0mb
2016-06-16 22:12:53  INFO: Character encoding: UTF-8 charset: UTF-8
2016-06-16 22:12:53  INFO: Version: 3.4-SNAPSHOT
2016-06-16 22:12:59  INFO: Starting server...

using mysql for config. but apart from that no other mods.


<properties>

    <!-- SERVER CONFIG -->

    <entry key='web.enable'>true</entry>
    <entry key='web.port'>8082</entry>
    <entry key='web.path'>/opt/traccar/web</entry>

    <entry key='geocoder.enable'>true</entry>
    <entry key='geocoder.type'>google</entry>

    <entry key='logger.enable'>true</entry>
    <entry key='logger.level'>all</entry>
    <entry key='logger.file'>/opt/traccar/logs/tracker-server.log</entry>

    <!-- DATABASE CONFIG -->
<entry key='database.driver'>com.mysql.jdbc.Driver</entry>
<entry key='database.url'>jdbc:mysql://127.0.0.1:3306/db_traccar?allowMultiQueries=true&autoReconnect=true&useUnicode=yes&characterEncoding=UTF-8&sessionVariables=sql_mode=ANSI_QUOTES</entry>
<entry key='database.user'>silly</entry>
<entry key='database.password'>sausage</entry>

<!--    <entry key='database.driver'>org.h2.Driver</entry>
    <entry key='database.url'>jdbc:h2:/opt/traccar/data/database</entry>
    <entry key='database.user'>sa</entry>
    <entry key='database.password'></entry>
-->

Screenshots
Note that the screenshots arent showing my real email address, I changed it.
I have deleted the email address/user account out of mysql users table but it still appears.


https://postimg.org/image/3ufg9xbld/
https://postimg.org/image/eilygtzpt/
Anton Tananaev8 years ago

Are you sure your browser didn't filled it automatically for some reason?

RichardG8 years ago

That's probably the issue. Stupid me.