Default vTiger Login Page has a lot of elements which are just advertisements or links to their website. As a business you usually would not want to see something like that. There’s an easy fix to remove all of those elements. You can either follow the instructions below and do it yourself or just download the cleaned up login page.
Instructions:
- Go to “vtigercrm/Smarty/templates/”
- Open Login.tpl
- Go to Line 22, it should be blank, add <!–
- Go to Line 64, it should be blank, add –>
- Go to Line 67, there should be “<div>Powered by vtiger CRM – {$VTIGER_VERSION}</div>“, add <!– and –> around it: <!– <div>Powered by vtiger CRM – {$VTIGER_VERSION}</div> –>
- Go to Line 91, there should be “<div> class=”importantLinks”>”, add <!– in front of it: <!– <div> class=”importantLinks>
- Go to Line 97, there should be “<div>”, add –> at the end of it: <div> –>
- Go to Line 101, there should be “<td> class=”communityLinks”>”, add <!– in front of it: <!– <td> class=”communityLinks”>
- Go to Line 125, there should be “</td>”, add –> at the end of it: </td> –>
You can download the Clean vTiger Login page from here.
- Extract the file to “/vtigercrm/Smarty/templates” and replace current “Login.tpl”
You should now have a new shinny vTiger Login Page!

vTiger Login Page
6 Comments
Good job, but i found a little bug….
it´s not a big problem because the most browsers can interprete a code with little mistakes well, but to get a valid html code, you should close the tag after the with in line 20 and opening a in line 65 before .
Greetings from austria,
Juergen
Thank you for this quick cleanup file.
Just a small typo I noticed.
The Logo gets removed in the logon.tpl provided here – To fix Open the logo.tpl file with an editor
Search for “test/logo/logo.png” and replace with
“test/logo/{$COMPANY_DETAILS.logo}”
This should restore your company logo on the login screen,
Hi,
I guess that the structure of folders in 6.0.0 is different and cannot find nor the path “vtigercrm/Smarty/templates/” nor the file “Login.tpl”
Anyone knows where to find it?
Thanks a lot in advance
The file for vTiger 6 is located in “layouts/vlayout/modules/Users/Login.tpl”
Thanks!
I get this when I drop the file into vtiger6:
Syntax Error in template “/home/crm3/public_html/includes/runtime/../../layouts/vlayout/modules/Users/Login.tpl” on line 13 “” – Unexpected “loginWrapper”, expected one of: “}” , ” “
Mike – this only applies to vTiger 5.4