Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top