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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.