Вопрос

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