Hide 'Register' button and change the logo?

Primtek6 years ago

I am not allowing user to register by themselves.. how to set hide 'Register' button in Login Page? .. and how to change the logo?

please help

thanks

Anton Tananaev6 years ago

In server settings you can disable the button.

As for logo, you can just replace the image in the web folder.

vincent5 years ago

Hi Anton,

i have traccar installed on windows. I have replaced the logo.svg in the C:\Program Files\Traccar\web folder, but it is still showing the old logo?

vincent5 years ago

nevermind, appears caching was screwing me:) it works!

Walter5 years ago

Hi,
In server settings you can only disable the register button
But I want to completely remove register button, how to do it

Am4 years ago

Hi,
In the app.css file add the following line

#button-1019 {
    visibility: hidden;
}
Joystick4 years ago

Thanks mate, this helped me big time. Would perhaps be able to assist with hiding the “show” and “export” button in reports? Thanks in advance.

Am4 years ago

With these lines the “show” and “export” buttons are hidden in the app.css file

#button-1061{
    visibility: hidden;
}

#button-1060{
    visibility: hidden;
}

Press Ctrl + shift + R update page.

Ken3 years ago

Good day Am
thanks for your help. I tried it on windows and the register button was hidden. But now i have installed traccar on VPS using ubuntu. I don't know how to do this. is there anyone out there who has done it on ubuntu?. Please assist

Ken3 years ago

Good day Am
thanks I figured it out on ubuntu it is working fine now

wilzzon173 years ago

good evening.

friend @Ken you can show me how you did it I wish to make the change in ubunto too.

Greetings from Colombia

Zaqueu3 years ago

Greetings from Brazil !, does anyone have an update on this topic?
thankful!

Ken3 years ago

I used what @Anton and @Am mentioned on the same forum. Just read from top you will see the answers given by these guys. thanks

Zaqueu3 years ago

Ken, thanks for the feedback friend !, but it didn't work for me, is it because I use 4.12 version free?

Anton Tananaev3 years ago

There is only one official version of Traccar. There is no paid, enterprise or any other "special" versions.