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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top