Question

Hi I need to make some changes in the vtiger login page such as setting default value for username and password,for implementing SSO.

Could you help me in locating the php file for login form?

Was it helpful?

Solution

You can do this by setting input fields value of tpl file Login.tpl. File exists in directory Your_project/Smarty/templates/.

Also you can do any other changes regarding your login into the file login.php which exists in Your_project/modules/Users/login.php directory.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top